summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-02 03:30:55 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-02 03:30:55 +0000
commita19d7498e238ac7c03cb96036dee4a734a2a0356 (patch)
treed456bc78fb7bf9cb6e6e23c9c12d2b4e0f77037f /lib
parentae021980da32a6a5f8724b77b145b41e613d3686 (diff)
downloadperl-a19d7498e238ac7c03cb96036dee4a734a2a0356.tar.gz
Missed test changes and a bit of debugging code that should
have been removed. p4raw-id: //depot/perl@25676
Diffstat (limited to 'lib')
-rw-r--r--lib/Pod/Html.pm1
-rw-r--r--lib/Pod/t/htmlescp.t2
-rw-r--r--lib/Pod/t/htmlview.t2
3 files changed, 4 insertions, 1 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm
index 339ecd9733..4031f7afd1 100644
--- a/lib/Pod/Html.pm
+++ b/lib/Pod/Html.pm
@@ -1184,7 +1184,6 @@ sub process_item {
emit_item_tag( $otext, $text, 1 );
}
$need_dd = 1;
- print HTML "</dd>";
}
print HTML "\n";
return $need_dd;
diff --git a/lib/Pod/t/htmlescp.t b/lib/Pod/t/htmlescp.t
index b7913c505b..a17a549cd2 100644
--- a/lib/Pod/t/htmlescp.t
+++ b/lib/Pod/t/htmlescp.t
@@ -13,10 +13,12 @@ use Test::More tests => 1;
convert_n_test("htmlescp", "html escape");
__DATA__
+<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NAME</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[PERLADMIN]" />
</head>
diff --git a/lib/Pod/t/htmlview.t b/lib/Pod/t/htmlview.t
index ea642ee570..50cbc2ac79 100644
--- a/lib/Pod/t/htmlview.t
+++ b/lib/Pod/t/htmlview.t
@@ -13,10 +13,12 @@ use Test::More tests => 1;
convert_n_test("htmlview", "html rendering");
__DATA__
+<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NAME</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[PERLADMIN]" />
</head>