Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8
-
None
-
any
-
ordered list inside unordered xwiki renderer
-
Unit
-
Description
XHTML 1.0 input:
<ul><li>foo<ol><li>bar</li></ol></li></ul>
XWiki 2.0 output:
* foo *1 bar
Notice the missing dot. The right syntax is:
* foo *1. bar