diff options
author | Jan Dubois <jand@activestate.com> | 2006-04-13 11:26:29 -0700 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-16 04:41:34 +0000 |
commit | 27ad5321b118eacf9985e1f1cad4e4c2a9f624d1 (patch) | |
tree | 6d94c5f9314bd99293a86796edb18350ff5dc94e /lib/Pod/t | |
parent | 5d15cdb2ee93adb342b85ec2db876bd416f4963b (diff) | |
download | perl-27ad5321b118eacf9985e1f1cad4e4c2a9f624d1.tar.gz |
Missing part of change 25186
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
p4raw-id: //depot/perl@27831
Diffstat (limited to 'lib/Pod/t')
-rw-r--r-- | lib/Pod/t/htmllink.t | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/lib/Pod/t/htmllink.t b/lib/Pod/t/htmllink.t index 1e314c8cbc..744c80495e 100644 --- a/lib/Pod/t/htmllink.t +++ b/lib/Pod/t/htmllink.t @@ -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> |