Merge "Refresh INSTALL's version numbers from RELEASE-NOTES"
authorHashar <hashar@free.fr>
Wed, 11 Apr 2012 13:17:13 +0000 (13:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 11 Apr 2012 13:17:14 +0000 (13:17 +0000)
includes/HTMLForm.php

index 74174b5..ebaac3c 100644 (file)
@@ -664,7 +664,7 @@ class HTMLForm extends ContextSource {
         * @param $msg String message key
         */
        public function setSubmitTextMsg( $msg ) {
-               return $this->setSubmitText( $this->msg( $msg )->escaped() );
+               return $this->setSubmitText( $this->msg( $msg )->text() );
        }
 
        /**