﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1100	Indented number list adds </dd>	Beau Steward		"When creating a list, there are times I need an indention without the numbering, but numbering to continue. Here's some sample wiki code:

# Num listing one[[BR]]
## Nested num listing one[[BR]]
# Num listing two[[BR]]
#: Indention to num listing two[[BR]]
# Num Listing three

The #: line is not translated correctly. It will end up like this with FCKeditor in wikitext mode:

# Num listing one[[BR]]
## Nested num listing one[[BR]]
# Num listing two <dl><dd>Indention to num listing two</dd></dl>[[BR]]
# Num Listing three

Then for some reason, if I edit/preview again, it will screw up on the </dd> tag and we see this:

# Num listing one[[BR]]
## Nested num listing one[[BR]]
# Num listing two <dl><dd>Indention to num listing two&lt;/dd&gt;</dd></dl>[[BR]]
# Num Listing three

Every preview/update will re-render the </dd> incorrectly, which adds more </dd> tags to the displayed text."	Bug	closed	Normal		Project : MediaWiki+FCKeditor	SVN (FCKeditor) - Retired	fixed	Pending	
