mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
The <link> to the stylesheet should include the type attribute.
This commit is contained in:
parent
3014086fbf
commit
69f0a8e42f
1 changed files with 1 additions and 1 deletions
|
@ -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">'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue