X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/ce7f4e754228707e32e07e75722cdb2dadba5cdeb4656d3d49051bb207149f36..d9adec3f2a37e204658fc974fd26f36ae789fb3c5801a780180f6dd32410a41a:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index a0b1681..10f679d 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2902,14 +2902,14 @@ sub git_header_html { $title EOF -# the stylesheet, favicon etc urls won't work correctly with path_info unless we -# set the appropriate base URL + # the stylesheet, favicon etc urls won't work correctly with path_info + # unless we set the appropriate base URL if ($ENV{'PATH_INFO'}) { print '\n'; } -# print out each stylesheet that exist + # print out each stylesheet that exist, providing backwards capability + # for those people who defined $stylesheet in a config file if (defined $stylesheet) { -#provides backwards capability for those people who define style sheet in a config file print ''."\n"; } else { foreach my $stylesheet (@stylesheets) {