Skip to content

Commit

Permalink
gitweb: add type="text/css" to stylesheet link
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Jun 20, 2006
1 parent 75c84dd commit 7b6511a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitweb/gitweb.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ my $home_link = $my_uri;
my $home_text = "indextext.html";

# URI of default stylesheet
my $stylesheet = "gitweb.css";
my $stylesheet = "gitweb.css";

# source of projects list
#my $projects_list = $projectroot;
Expand Down Expand Up @@ -272,7 +272,7 @@ sub git_header_html {
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="$stylesheet"/>
<link rel="stylesheet" type="text/css" href="$stylesheet"/>
<title>$title</title>
$rss_link
</head>
Expand Down

0 comments on commit 7b6511a

Please sign in to comment.