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).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | translation404-page.tpl_.php_.fix_html.patch | 1.05 KB | mcdruid |
| translation404-page.tpl_.php_.txt | 656 bytes | pwweber |
Comments
Comment #1
mcdruid commentedthanks pwweber - here's exactly the same fix as a patch.
gavri, please commit this simple but important fix.
Comment #2
askibinski commentedPatch tested, works fine!
Any reason not to commit?
Comment #3
ashedryden commentedHad the same issue. Committed the patch, tested, works perfectly.