summaryrefslogtreecommitdiffstats
path: root/page.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-05 20:43:18 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-07 00:19:20 +0200
commit37722eca39874bb6abdcd120e3e458bd62dea62b (patch)
tree57a9a9970c00ec77baecab7e154ef7dfcef863fe /page.cgi
parenta6f98de0d4e842351222b0173a1fff151da8738e (diff)
downloadbugzilla-37722eca39874bb6abdcd120e3e458bd62dea62b.tar.gz
bugzilla-37722eca39874bb6abdcd120e3e458bd62dea62b.tar.xz
Bug 1377933 - Remove trailing whitespace from all perl files
Diffstat (limited to 'page.cgi')
-rwxr-xr-xpage.cgi6
1 files changed, 3 insertions, 3 deletions
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'});