Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014086 commit 69f0a8eCopy full SHA for 69f0a8e
1 file changed
Doc/perl/l2hinit.perl
@@ -616,7 +616,7 @@ sub make_head_and_body {
616
. "charset=$CHARSET\">\n")
617
: ''),
618
($BASE ? "<base href=\"$BASE\">\n" : ''),
619
- "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\">\n",
+ "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\" type='text/css'>\n",
620
"<link rel=\"first\" href=\"$FILE.html\">\n",
621
($HAVE_TABLE_OF_CONTENTS
622
? ('<link rel="contents" href="contents.html" title="Contents">'
0 commit comments