diff options
author | Jan Dubois <jand@activestate.com> | 2006-04-13 11:19:26 -0700 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-16 04:37:46 +0000 |
commit | 5d15cdb2ee93adb342b85ec2db876bd416f4963b (patch) | |
tree | 5234a81f049e08214e375da8c0cdd11055bf0f96 /lib/Pod | |
parent | 8b8cacda97c80b98d5f7759a80b1954285666940 (diff) | |
download | perl-5d15cdb2ee93adb342b85ec2db876bd416f4963b.tar.gz |
Missing part of change 25676
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
p4raw-id: //depot/perl@27830
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/t/htmllink.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Pod/t/htmllink.t b/lib/Pod/t/htmllink.t index 27142e698b..1e314c8cbc 100644 --- a/lib/Pod/t/htmllink.t +++ b/lib/Pod/t/htmllink.t @@ -16,10 +16,12 @@ TODO: { } __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>htmllink - Test HTML links</title> +<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> |