https://bugzilla.wikimedia.org/show_bug.cgi?id=19646
--- Comment #23 from Brion Vibber <[email protected]> 2009-09-09 17:35:36 UTC --- Much cleaner code. :) The one additional recommendation (posted this in IRC, not sure if you saw): my one other recommendation is to change the wgMsgHtml() here to wfMsg() and do an htmlspecialchars() on the outside yourself (or possibly this can be done with one of the escaping options on wfMsgExt() -- we want to HTML-escape after argument replacement, whereas wfMsgHtml() does the escaping before argument replacement) The rest of the localizations got reverted in r56053; you can re-merge them like so: svn merge -r56053:56052 . then do a commit as normal. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
