Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.7 M1
-
None
-
new-line
-
Unit
-
Description
Consider the following xhtml line of code which contains a new line :
<p class="western">Text in a <sup><span style="color:;font-family=;font-size=2pt;">superscript</span></sup> format</p>
When this is transformed into xwiki 2.0 syntax, it becomes :
(% class="western" %) Text in a ^^(% style="color:;font-family=;font-size=2pt;" %)superscript^^(%%) format
The newline should not be present in the xwiki code.