(bug 7293) HTML validation of Special:Revisiondelete form
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 12 Sep 2006 12:03:27 +0000 (12:03 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 12 Sep 2006 12:03:27 +0000 (12:03 +0000)
includes/SpecialRevisiondelete.php

index 93ea1c4..afbb589 100644 (file)
@@ -92,7 +92,8 @@ class RevisionDeleteForm {
                $special = Title::makeTitle( NS_SPECIAL, 'Revisiondelete' );
                $wgOut->addHtml( wfElement( 'form', array(
                        'method' => 'post',
-                       'action' => $special->getLocalUrl( 'action=submit' ) ) ) );
+                       'action' => $special->getLocalUrl( 'action=submit' ) ),
+                       null ) );
                
                $wgOut->addHtml( '<fieldset><legend>' . wfMsgHtml( 'revdelete-legend' ) . '</legend>' );
                foreach( $this->checks as $item ) {