X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/d5ca249cbe6db5b1ebe794cb3007f2989e36bd62bfad51bf7c2a6482a48ca159..00bf25ffbb3f4c85bb917db8ce9326afac781bbc57bc469bfb8b372dad9525dd:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 8cfa7b8..5d5401f 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -4214,19 +4214,20 @@ sub git_header_html { my %opts = @_; my $title = get_page_title(); - my $content_type = get_content_type_html(); - print $cgi->header(-type=>$content_type, -charset => 'utf-8', + print $cgi->header(-type=>get_content_type_html(), -charset => 'utf-8', -status=> $status, -expires => $expires) unless ($opts{'-no_http_header'}); my $mod_perl_version = $ENV{'MOD_PERL'} ? " $ENV{'MOD_PERL'}" : ''; print < - + + +]> - $title