Merge branch 'jn/web' into next
[gitweb.git] / gitweb / gitweb.cgi
index fa90c51a4da437b8fa8bfd159ec7f0cad0596e37..78e6dd03462c8836743f3879c1d1832d5e9931e9 100755 (executable)
@@ -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 {
 <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>
@@ -1518,7 +1518,7 @@ sub mimetype_guess {
 
        if ($mimetypes_file) {
                my $file = $mimetypes_file;
-               $file =~ m#^/# or $file = "$projectroot/$path/$file";
+               #$file =~ m#^/# or $file = "$projectroot/$path/$file";
                $mime = mimetype_guess_file($filename, $file);
        }
        $mime ||= mimetype_guess_file($filename, '/etc/mime.types');