Details
-
Bug
-
Resolution: Fixed
-
Critical
-
1.8 RC1
-
None
-
Unit
-
Description
From Marius:
Here's an example:
XWiki 2.0 input:
before {{html foo="x|-|y"}}abc{{/html}} after
XHTML 1.0 result:
<p>before</p> <!--startmacro:html|-|foo="x|-|y"|-|abc-->abc<!--stopmacro--> <p>after</p>
XWiki 2.0 after going back:
before {{html foo="x"}}y"{{/html}} after
Attachments
Issue Links
- relates to
-
XWIKI-3270 Quotes inside macro parameter values need to be escaped
- Closed