fix XHTML error
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 3 Sep 2008 22:47:34 +0000 (22:47 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 3 Sep 2008 22:47:34 +0000 (22:47 +0000)
includes/specials/SpecialMovepage.php

index 85a4d64..4f3ae34 100644 (file)
@@ -205,7 +205,7 @@ class MovePageForm {
                                                Xml::checkLabel( wfMsg( 'fix-double-redirects' ), 'wpFixRedirects', 
                                                        'wpFixRedirects', $this->fixRedirects ) .
                                        "</td>
-                               </td>"
+                               </tr>"
                        );
                }