]> granicus.if.org Git - python/commitdiff
The <link> to the stylesheet should include the type attribute.
authorFred Drake <fdrake@acm.org>
Tue, 26 Mar 2002 19:57:52 +0000 (19:57 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Mar 2002 19:57:52 +0000 (19:57 +0000)
Doc/perl/l2hinit.perl

index 7a3aeeb9bb0262b345d85e7bedb9a1626a0a0cf4..0bc9aa59d23622e8a8b8306b516f5c54bd367747 100644 (file)
@@ -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">'