summaryrefslogtreecommitdiffstats
path: root/Doc/perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-03-26 19:57:52 (GMT)
committerFred Drake <fdrake@acm.org>2002-03-26 19:57:52 (GMT)
commit69f0a8e42fa5f5420167d054df987ef529164d0d (patch)
treeebdbaab074fb1cc7756b57d7e2861566ea7f8389 /Doc/perl
parent3014086fbf4d5d5da3b6d387275789b6785c36f9 (diff)
downloadcpython-69f0a8e42fa5f5420167d054df987ef529164d0d.zip
cpython-69f0a8e42fa5f5420167d054df987ef529164d0d.tar.gz
cpython-69f0a8e42fa5f5420167d054df987ef529164d0d.tar.bz2
The <link> to the stylesheet should include the type attribute.
Diffstat (limited to 'Doc/perl')
-rw-r--r--Doc/perl/l2hinit.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl
index 7a3aeeb..0bc9aa5 100644
--- a/Doc/perl/l2hinit.perl
+++ b/Doc/perl/l2hinit.perl
@@ -616,7 +616,7 @@ sub make_head_and_body {
. "charset=$CHARSET\">\n")
: ''),
($BASE ? "<base href=\"$BASE\">\n" : ''),
- "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\">\n",
+ "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\" type='text/css'>\n",
"<link rel=\"first\" href=\"$FILE.html\">\n",
($HAVE_TABLE_OF_CONTENTS
? ('<link rel="contents" href="contents.html" title="Contents">'