From 8d6671f06bf7d6864cffcaccf4ef4b7e09b80675 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 2 Oct 2002 05:07:08 +0000 Subject: Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz. --- describecomponents.cgi | 3 --- 1 file changed, 3 deletions(-) (limited to 'describecomponents.cgi') diff --git a/describecomponents.cgi b/describecomponents.cgi index be3be4b9f..7a24b692c 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -64,9 +64,6 @@ if (!defined $::FORM{'product'}) { elsif ($prodsize > 1) { $::vars->{'proddesc'} = \%products; $::vars->{'target'} = "describecomponents.cgi"; - $::vars->{'title'} = "Bugzilla component description"; - $::vars->{'h2'} = - "Please specify the product whose components you want described."; print "Content-type: text/html\n\n"; $::template->process("global/choose-product.html.tmpl", $::vars) -- cgit v1.2.3-24-g4f1b