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 --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'votes.cgi') diff --git a/votes.cgi b/votes.cgi index 8344d7494..d9dba1541 100755 --- a/votes.cgi +++ b/votes.cgi @@ -39,7 +39,7 @@ my $action = $cgi->param('action') || 'show_user'; if ($action eq "show_bug") { $cgi->delete('action'); $cgi->param('id', 'voting/bug.html'); -} +} elsif ($action eq "show_user" or $action eq 'vote') { $cgi->delete('action') unless $action eq 'vote'; $cgi->param('id', 'voting/user.html'); -- cgit v1.2.3-24-g4f1b