GNOME Bugzilla – Bug 650398
Bug in spanish version of gnome3.org
Last modified: 2011-05-20 11:44:20 UTC
There is a bug in the spanish version of gnome3.org, in the «Launch parties» section (http://gnome3.org/index.html.es). In this page appears the following: «...fiestas de lanzamientostrong>». It seems there is an unclosed tag in the po file, but I'm not able to find it (right, it is in the .po file, but it's in a commented line, so It should not appear in the webpage). Could you help me? Many thanks for your help
Created attachment 188164 [details] [review] Fixes missing tag in parties.html
I've noticed there is another bug in parties.html file. When I run po/build.sh, I got the follwing errors: ../parties.html:239: parser error : Opening and ending tag mismatch: div line 212 and body </body> ^ ../parties.html:240: parser error : Opening and ending tag mismatch: body line 199 and html </html> ^ ../parties.html:241: parser error : Premature end of data in tag html line 2 ^ There is a missing </div> in parties.html (I'm attaching a patch that solves it) which avoids build.sh to run properly. When parties.html.es has been compiled properly, there is no error about the text showed in the page.
tI pushed your patches; it looks to me like it fixed the parties page; do not hesitate to reopen if necessary.