From: Giuseppe Bilotta Date: Sat, 31 Jan 2009 01:31:52 +0000 (+0100) Subject: gitweb: align comments to code X-Git-Tag: v1.6.2-rc0~58 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=41a4d16e200d24b2435148e974b665429931abc9;p=git.git gitweb: align comments to code Signed-off-by: Giuseppe Bilotta Acked-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 87948fc42..f27dbb6bf 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2901,14 +2901,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) {