From: gerv%gerv.net <> Date: Sat, 6 Apr 2002 06:42:26 +0000 (+0000) Subject: Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv... X-Git-Tag: bugzilla-2.16rc1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c6150e957783a972ea0123b4c31181f68c7410;p=thirdparty%2Fbugzilla.git Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv. This one line has caused me so much grief... --- diff --git a/CGI.pl b/CGI.pl index 26c3020501..93ed0fa265 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1419,7 +1419,7 @@ Actions: }; if ($loggedin) { if ($::anyvotesallowed) { - $html .= " | My votes\n"; + $html .= " | My votes\n"; } } if ($loggedin) {