https://bugzilla.wikimedia.org/show_bug.cgi?id=40323
Michael M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|General/Unknown |General/Unknown Product|Wikimedia |MediaWiki --- Comment #1 from Michael M. <[email protected]> 2012-09-18 10:13:42 UTC --- Yet another bug caused by the automatic translation of the align attribute into CSS. To fix this on pt.wiktionary you could change the <div class="NavHead" align=left> in [[pt:wikt:Predefinição:tradini]] to <div class="NavHead" style="text-align: left;"> I didn't test thoroughly, but that should work as expected. The JS error is unrelated, I don't know why it breaks in IE9 (perhaps you enabled the compatibility mode?), but .trim doesn't work in IE8 and previous, see http://msdn.microsoft.com/en-us/library/ff679971%28v=vs.94%29.aspx, so it should get replaced by pagetitle=jQuery.trim(jQuery('h1').first().text()); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
