Commit a86fd01a authored by Fred Drake's avatar Fred Drake

Correct an error in the output relating to implicit closure of <dt>
elements.
parent 7ce1e3d6
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
<li>second list, first item</li> <li>second list, first item</li>
<li>second list, second item <li>second list, second item
<dl compact="compact"> <dl compact="compact">
<dt>term 1 <dt>term 1</dt>
<dt>term 2 <dt>term 2</dt>
<dd>definition</dd></dt></dt> <dd>definition</dd>
</dl></li> </dl></li>
</ol></li> </ol></li>
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
<li>second list, first item</li> <li>second list, first item</li>
<li>second list, second item <li>second list, second item
<dl compact="compact"> <dl compact="compact">
<dt>term 1 <dt>term 1</dt>
<dt>term 2 <dt>term 2</dt>
<dd>definition</dd></dt></dt> <dd>definition</dd>
</dl></li> </dl></li>
</ol></li> </ol></li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment