https://bugzilla.wikimedia.org/show_bug.cgi?id=38797
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bawolff <[email protected]> 2012-07-29 18:42:45 UTC --- Work around is to do ==%== instead. (yeah i know, not a fix, but is a workable work around. Also replacing the space before the % with an   would probably work, but not tested) We add a nbsp (note the entity actually output is   not We avoid outputting named entities for compatibility with xml libs when in html5 mode) for things of the form "20 %" which in most langs should be a non-breaking space (Esp. french from my understanding). Bug 18443 comment 7 explains precisely when we do this. -- 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
