Missing part of change 25186
Jan Dubois [Thu, 13 Apr 2006 18:26:29 +0000 (11:26 -0700)]
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <009401c65f62$74fded70$2217a8c0@candy>

p4raw-id: //depot/perl@27831

lib/Pod/t/htmllink.t

index 1e314c8..744c804 100644 (file)
@@ -107,24 +107,25 @@ __DATA__
 <h2><a name="section_three">section three</a></h2>
 <p>This is section three.</p>
 <dl>
-<dt><strong><a name="item_item1">item1</a></strong><br />
-</dt>
+<dt><strong><a name="item_item1">item1</a></strong>
+
 <dd>
-This is item one.
+<p>This is item one.</p>
 </dd>
-<p></p>
-<dt><strong><a name="item_item_2">item 2</a></strong><br />
-</dt>
+</li>
+<dt><strong><a name="item_item_2">item 2</a></strong>
+
 <dd>
-This is item two.
+<p>This is item two.</p>
 </dd>
-<p></p>
-<dt><strong><a name="item_item_three">item three</a></strong><br />
-</dt>
+</li>
+<dt><strong><a name="item_item_three">item three</a></strong>
+
 <dd>
-This is item three.
+<p>This is item three.</p>
 </dd>
-<p></p></dl>
+</li>
+</dl>
 
 </body>