Remove most named character references from output
[lhc/web/wiklou.git] / includes / specials / SpecialMovepage.php
index 9b480bb..4bca88e 100644 (file)
@@ -277,7 +277,7 @@ class MovePageForm {
                                        # move and we aren't moving the talk page.
                                        $this->moveSubpages && ($this->oldTitle->hasSubpages() || $this->moveTalk),
                                        array( 'id' => 'wpMovesubpages' )
-                               ) . ' ' .
+                               ) . ' ' .
                                Xml::tags( 'label', array( 'for' => 'wpMovesubpages' ),
                                        wfMsgExt(
                                                ( $this->oldTitle->hasSubpages()
@@ -310,7 +310,7 @@ class MovePageForm {
                $wgOut->addHTML( "      
                                {$confirm}
                        <tr>
-                               <td>&nbsp;</td>
+                               <td>&#160;</td>
                                <td class='mw-submit'>" .
                                        Xml::submitButton( $movepagebtn, array( 'name' => $submitVar ) ) .
                                "</td>