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).

Comments

mcdruid’s picture

thanks pwweber - here's exactly the same fix as a patch.

gavri, please commit this simple but important fix.

askibinski’s picture

Patch tested, works fine!
Any reason not to commit?

ashedryden’s picture

Had the same issue. Committed the patch, tested, works perfectly.