Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69f0a8e

Browse files
committed
The <link> to the stylesheet should include the type attribute.
1 parent 3014086 commit 69f0a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/l2hinit.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ sub make_head_and_body {
616616
. "charset=$CHARSET\">\n")
617617
: ''),
618618
($BASE ? "<base href=\"$BASE\">\n" : ''),
619-
"<link rel=\"STYLESHEET\" href=\"$STYLESHEET\">\n",
619+
"<link rel=\"STYLESHEET\" href=\"$STYLESHEET\" type='text/css'>\n",
620620
"<link rel=\"first\" href=\"$FILE.html\">\n",
621621
($HAVE_TABLE_OF_CONTENTS
622622
? ('<link rel="contents" href="contents.html" title="Contents">'

0 commit comments

Comments
 (0)