From 430a652fcfc2ab50665fadd47fd3689d24446348 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 13 Oct 2001 08:36:13 +0000 Subject: 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 r= justdave x2 --- long_list.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'long_list.cgi') 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 "Target Milestone: $target_milestone\n"; } print "URL: "; - print "" . html_quote($url) . "\n"; + print "" . html_quote($url) . "\n"; print "Summary: " . html_quote($shortdesc) . "\n"; if (@::legal_keywords) { print "Keywords: $keywords\n"; -- cgit v1.2.3-24-g4f1b