From: Jakub Narebski Date: Tue, 20 Jun 2006 04:11:32 +0000 (+0000) Subject: gitweb: add type="text/css" to stylesheet link X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/27951a8787fba4ebed09bfc880a28ed5c17fe4ca3d9d0f56f97f4c58c4451f0f gitweb: add type="text/css" to stylesheet link Signed-off-by: Junio C Hamano --- diff --git a/gitweb.cgi b/gitweb.cgi index 1852a55..21e00aa 100755 --- a/gitweb.cgi +++ b/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