From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- page.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'page.cgi') diff --git a/page.cgi b/page.cgi index f2a0ca819..cd2e927cd 100755 --- a/page.cgi +++ b/page.cgi @@ -70,14 +70,14 @@ if ($id) { Bugzilla->metrics->name("page.cgi $id"); } - my %vars = ( + my %vars = ( quicksearch_field_names => \&quicksearch_field_names, ); - Bugzilla::Hook::process('page_before_template', + Bugzilla::Hook::process('page_before_template', { page_id => $id, vars => \%vars }); my $format = $template->get_format("pages/$1", undef, $2); - + $cgi->param('id', $id); print $cgi->header($format->{'ctype'}); -- cgit v1.2.3-24-g4f1b