https://bugzilla.wikimedia.org/show_bug.cgi?id=62753
Bug ID: 62753
Summary: Nested definition list in HTML. Parser wrongly adds P
(paragraph).
Product: MediaWiki
Version: 1.22.3
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Unprioritized
Component: Parser
Assignee: [email protected]
Reporter: [email protected]
Web browser: ---
Mobile Platform: ---
$wgUseTidy: false
HTML code entered in MediaWiki:
<dl>
<dt>term</dt>
<dd><dl><dt>term nested list</dt><dd>description nested list</dd></dl></dd>
<dt>another term</dt>
<dd>another description</dd>
</dl>
Produces invalid HTML code:
<dl>
<dt>term</dt>
<dd><dl><dt>term nested list</dt><dd>description nested list</dd></dl></dd>
<p><dt>another term</dt>
<dd>another description</dd>
</p>
</dl>
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l