You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/16 15:16:51 UTC

svn commit: r1667009 - /steve/trunk/www/cgi-bin/cast-vote.pl

Author: humbedooh
Date: Mon Mar 16 14:16:51 2015
New Revision: 1667009

URL: http://svn.apache.org/r1667009
Log:
forgot a semicolon

Modified:
    steve/trunk/www/cgi-bin/cast-vote.pl

Modified: steve/trunk/www/cgi-bin/cast-vote.pl
URL: http://svn.apache.org/viewvc/steve/trunk/www/cgi-bin/cast-vote.pl?rev=1667009&r1=1667008&r2=1667009&view=diff
==============================================================================
--- steve/trunk/www/cgi-bin/cast-vote.pl (original)
+++ steve/trunk/www/cgi-bin/cast-vote.pl Mon Mar 16 14:16:51 2015
@@ -51,7 +51,7 @@ my $issue_name = "$group-$issue";
 
 my $q = CGI->new;
 
-my $interactive = $q->param(interactive)
+my $interactive = $q->param(interactive);
 
 if ($ENV{REQUEST_METHOD} eq "GET" or $ENV{REQUEST_METHOD} eq "HEAD") {