From: Jakub Narebski Date: Tue, 20 Jun 2006 04:11:32 +0000 (+0000) Subject: gitweb: add type="text/css" to stylesheet link X-Git-Tag: v1.4.1-rc1~2^2~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b6511a13f9913a7a54e76b18e21c2b2bfae18cf;p=git.git gitweb: add type="text/css" to stylesheet link Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi index fa90c51a4..d7da6368c 100755 --- a/gitweb/gitweb.cgi +++ b/gitweb/gitweb.cgi @@ -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; @@ -272,7 +272,7 @@ sub git_header_html { - + $title $rss_link