This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30500b0
)
Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
author
Ville Skyttä
<scop@cs132170.pp.htv.fi>
Fri, 15 Feb 2002 10:53:06 +0000
(12:53 +0200)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 15 Feb 2002 13:57:15 +0000
(13:57 +0000)
Message-Id: <
1013763186
.28457.6.camel@cs78130147.pp.htv.fi>
p4raw-id: //depot/perl@14706
lib/Pod/Html.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/Html.pm
b/lib/Pod/Html.pm
index
c61e7d5
..
9df3172
100644
(file)
--- 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>