https://bugzilla.wikimedia.org/show_bug.cgi?id=34314

--- Comment #1 from Brion Vibber <[email protected]> 2012-02-10 18:44:04 UTC 
---
IIRC this is behaving according to XML spec; multiple literal spaces may be
consolidated.

Try explicit &#32; or &#x20; or perhaps you want &nbsp; for a non-breaking
space here.



http://www.w3.org/TR/REC-xml/#AVNormalize
"If the attribute type is not CDATA, then the XML processor MUST further
process the normalized attribute value by discarding any leading and trailing
space (#x20) characters, and by replacing sequences of space (#x20) characters
by a single space (#x20) character."

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

Reply via email to