From: <var...@us...> - 2008-10-16 10:11:13
|
Revision: 6306 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6306&view=rev Author: vargenau Date: 2008-10-16 09:17:59 +0000 (Thu, 16 Oct 2008) Log Message: ----------- Valid HTML code Modified Paths: -------------- trunk/lib/plugin/WikiPoll.php Modified: trunk/lib/plugin/WikiPoll.php =================================================================== --- trunk/lib/plugin/WikiPoll.php 2008-10-16 09:02:10 UTC (rev 6305) +++ trunk/lib/plugin/WikiPoll.php 2008-10-16 09:17:59 UTC (rev 6306) @@ -171,7 +171,7 @@ unset($poll['ip'][$ip]); } $html = HTML::form(array('action' => $request->getPostURL(), - 'method' => 'POST')); + 'method' => 'post')); if ($request->isPost()) { // checkme: check if all answers are answered This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |