Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.7.1, 1.8 M1
-
None
-
any
-
quote escape
-
Unit
-
Description
If you have the following HTML:
<p style="font-weight:bold; font-family:"monospace" font-size:14pt;">foobar</p>
And convert to xwiki/2.0 you get something like:
(% style="font-weight: bold; font-family: "monospace"; font-size: 14pt;" %) foobar
Then if you switch back to HTML you don't get the initial result.