diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index da12be7472..a0a614acaf 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1711,6 +1711,7 @@ sub git_header_html { } print $cgi->header(-type=>$content_type, -charset => 'utf-8', -status=> $status, -expires => $expires); + my $mod_perl_version = $ENV{'MOD_PERL'} ? " $ENV{'MOD_PERL'}" : ''; print < @@ -1719,7 +1720,7 @@ sub git_header_html { - + $title EOF