From: Niklas Laxström Date: Thu, 17 Apr 2008 18:56:06 +0000 (+0000) Subject: * Double-escaping, checkLabel, fixed another label X-Git-Tag: 1.31.0-rc.0~48228 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=32dbdb6e00ab735102bd32b868e5fd7963017e98;p=lhc%2Fweb%2Fwiklou.git * Double-escaping, checkLabel, fixed another label * Do we really need reset button here? --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 4bc079c428..9a0baa0148 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -966,8 +966,8 @@ class UndeleteForm { "   " . - Xml::check( 'wpUnsuppress', $this->mUnsuppress, array('id' => 'mw-undelete-unsupress') ) . ' ' . - Xml::label( wfMsgHtml('revdelete-unsuppress'), 'mw-undelete-unsupress' ) . + Xml::checkLabel( wfMsg('revdelete-unsuppress'), 'wpUnsuppress', + 'mw-undelete-unsupress', $this->mUnsuppress ). " "; } else { @@ -987,7 +987,7 @@ class UndeleteForm { Xml::label( wfMsg( 'undeletecomment' ), 'wpComment' ) . " " . - Xml::input( 'wpComment', 50, $this->mComment ) . + Xml::input( 'wpComment', 50, $this->mComment, array( 'id' => 'wpComment' ) ) . "