From 530c0dc71b2ca14bded67aeeae8a4c7126e2837a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 5 Apr 2002 15:13:46 +0000 Subject: Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz. --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 578c73a94..2971d0899 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1410,7 +1410,7 @@ Actions: }; if ($loggedin) { if ($::anyvotesallowed) { - $html .= " | My votes\n"; + $html .= " | My votes\n"; } } if ($loggedin) { -- cgit v1.2.3-24-g4f1b