The <link> to the stylesheet should include the type attribute.

This commit is contained in:
Fred Drake 2002-03-26 19:57:52 +00:00
parent 3014086fbf
commit 69f0a8e42f
1 changed files with 1 additions and 1 deletions

View 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">'