diff options
author | justdave%syndicomm.com <> | 2001-10-13 10:36:13 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-10-13 10:36:13 +0200 |
commit | 430a652fcfc2ab50665fadd47fd3689d24446348 (patch) | |
tree | 8d2c19bac3069c6aa4755ee79e1f80e964b5c700 /long_list.cgi | |
parent | 5c8613183f5779686e739bc9a470c770cf8ff51d (diff) | |
download | bugzilla-430a652fcfc2ab50665fadd47fd3689d24446348.tar.gz bugzilla-430a652fcfc2ab50665fadd47fd3689d24446348.tar.xz |
Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines.
Patch by Jake Steehagen <jake@acutex.net>
r= justdave x2
Diffstat (limited to 'long_list.cgi')
-rwxr-xr-x | long_list.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/long_list.cgi b/long_list.cgi index 36e191c77..494103823 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -109,7 +109,7 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) { print "<TD COLSPAN=2><B>Target Milestone:</B> $target_milestone\n"; } print "<TR><TD COLSPAN=6><B>URL:</B> "; - print "<A HREF=\"" . $url . "\">" . html_quote($url) . "</A>\n"; + print "<A HREF=\"" . $url . "\">" . html_quote($url) . "</A>\n"; print "<TR><TD COLSPAN=6><B>Summary:</B> " . html_quote($shortdesc) . "\n"; if (@::legal_keywords) { print "<TR><TD><B>Keywords: </B>$keywords</TD></TR>\n"; |