Posted by pwweber on September 22, 2009 at 1:00am
4 followers
| Project: | Translation 404 - Translation Page Not Found |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
The translation not found template file is missing closing tags on the headings,
for example:
<h2 class="lang-native-name"><?php print $languages_info_item['native']; ?><h2>The last tag opens a new, empty
<h2>,<h3>,<h4>for every loop in the foreach, which causes fonts to get incredibly large in IE.
Attached is the text for the template file with closed tags (not a patch, sorry, but it's a quick fix).
| Attachment | Size |
|---|---|
| translation404-page.tpl_.php_.txt | 656 bytes |
Comments
#1
thanks pwweber - here's exactly the same fix as a patch.
gavri, please commit this simple but important fix.
#2
Patch tested, works fine!
Any reason not to commit?
#3
Had the same issue. Committed the patch, tested, works perfectly.