gitweb: add type="text/css" to stylesheet link
Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
75c84ddb46
commit
7b6511a13f
|
@ -272,7 +272,7 @@ sub git_header_html {
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||||
<meta name="robots" content="index, nofollow"/>
|
<meta name="robots" content="index, nofollow"/>
|
||||||
<link rel="stylesheet" href="$stylesheet"/>
|
<link rel="stylesheet" type="text/css" href="$stylesheet"/>
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
$rss_link
|
$rss_link
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue