Index: trunk/extensions/Poll/Poll_body.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | } |
45 | 45 | else { |
46 | 46 | $wgOut->addHtml( Xml::openElement( 'form', array('method'=> 'post', 'action' => 'index.php?title=Special:Poll&action=submit' ) ) ); |
47 | | - $wgOut->addHtml( Xml::openElement( 'table', array('method'=> 'post') ); |
| 47 | + $wgOut->addHtml( Xml::openElement( 'table' ); |
48 | 48 | $wgOut->addHtml( '<tr><td>'.wfMsg( 'poll-question' ).':</td><td>'.Xml::input('poll_name').'</td></tr>' ); |
49 | 49 | $wgOut->addHtml( '<tr><td>'.wfMsg( 'poll-alternative' ).' 1:</td><td>'.Xml::input('poll_alternative_1').'</td></tr>' ); |
50 | 50 | $wgOut->addHtml( '<tr><td>'.wfMsg( 'poll-alternative' ).' 2:</td><td>'.Xml::input('poll_alternative_2').'</td></tr>' ); |