From 5eee338175a2f2bf78290ad4154639a2972077ee Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 15 Jan 2000 06:35:24 +0000 Subject: Patch by Ramon Felciano , with many tweaks by me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case. --- show_bug.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'show_bug.cgi') diff --git a/show_bug.cgi b/show_bug.cgi index 909b08d4e..149182ae8 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -41,6 +41,7 @@ if (!defined $::FORM{'id'} || $::FORM{'id'} !~ /^\s*\d+\s*$/) { print "\n"; print "\n"; print "\n"; + PutFooter(); exit; } @@ -53,6 +54,4 @@ print "
\n"; $! = 0; do "bug_form.pl" || die "Error doing bug_form.pl: $!"; -print ""; -print "\n"; -- cgit v1.2.3-24-g4f1b