X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/fcb1894e5130367905abab7cc81c5605bce1f3ed1923af68665a8aec1a821c6b..a02c806f06d5da1ec22dc5fab02fa8f8ee052d6d17ec4f9ac4c6fcd33380e5e6:/gitweb.perl?ds=inline 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) {