]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: align comments to code
authorGiuseppe Bilotta <redacted>
Sat, 31 Jan 2009 01:31:52 +0000 (02:31 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
Signed-off-by: Giuseppe Bilotta <redacted>
Acked-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
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.339448 seconds and 4 git commands to generate.