Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.0 RC1
-
None
-
any
-
definition list nested parameter
-
Unit
-
Unknown
-
Description
XHTML input:
<dl>
<dt>term1</dt>
<dd>
<span style="font-style: normal;">definition1</span>
<dl>
<dt>term2</dt>
<dd>definition2</dd>
</dl>
</dd>
</dl>
XWiki 2.0 output:
; term1
: (% style="font-style: normal;" %)definition1
(%%):; term2
:: definition2
which breaks the definition list.
Note, the right output should be:
; term1
: (% style="font-style: normal;" %)definition1(%%)
:; term2
:: definition2
Attachments
Issue Links
- blocks
-
XWIKI-4334 Problems removing italics from a definition
- Closed
- relates to
-
XWIKI-4365 Blockquote is badly parsed when one of its lines is styled
- Closed
-
XWIKI-4366 Blockquote is badly parsed when multiple lines are styled together
- Closed