]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: align comments to code
[Gitweb] / gitweb.perl
index a0b1681acaf23200cf0835ca08c29be0c7eab7cc66e01671a56281e726cba017..10f679d2e1bdcab2d405a0a2bf5715b337ed85c8f3d5aabb026bf97bf929c9b1 100755 (executable)
@@ -2902,14 +2902,14 @@ sub git_header_html {
 <meta name="robots" content="index, nofollow"/>
 <title>$title</title>
 EOF
 <meta name="robots" content="index, nofollow"/>
 <title>$title</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 '<base href="'.esc_url($my_url).'" />\n';
        }
        if ($ENV{'PATH_INFO'}) {
                print '<base href="'.esc_url($my_url).'" />\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) {
        if (defined $stylesheet) {
-#provides backwards capability for those people who define style sheet in a config file
                print '<link rel="stylesheet" type="text/css" href="'.$stylesheet.'"/>'."\n";
        } else {
                foreach my $stylesheet (@stylesheets) {
                print '<link rel="stylesheet" type="text/css" href="'.$stylesheet.'"/>'."\n";
        } else {
                foreach my $stylesheet (@stylesheets) {
This page took 0.130796 seconds and 4 git commands to generate.