diff options
author | Ville Skyttä <scop@cs132170.pp.htv.fi> | 2002-02-15 12:53:06 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-02-15 13:57:15 +0000 |
commit | 8d481ee5bb3b5edbc9e7e7ba50aa3437fea792a6 (patch) | |
tree | 6eb9994423246ee5275a039c1c238008220b89ed /lib/Pod | |
parent | 30500b05e0cd7c98f3f3ddb34d343729aab7b8f7 (diff) | |
download | perl-8d481ee5bb3b5edbc9e7e7ba50aa3437fea792a6.tar.gz |
Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
p4raw-id: //depot/perl@14706
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/Html.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index c61e7d5e1b..9df3172a4b 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -435,10 +435,9 @@ sub pod2html { END_OF_BLOCK print HTML <<END_OF_HEAD; -<?xml version="1.0" encoding="UTF-8"?> <!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> +<head> <title>$title</title>$csslink <link rev="made" href="mailto:$Config{perladmin}" /> </head> |