From bbf249abba4b5616e08dd911447aa1ee9d564f2e Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 22 Nov 2008 15:23:21 +0000 Subject: [PATCH] fix double escaping --- includes/specials/SpecialResetpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialResetpass.php b/includes/specials/SpecialResetpass.php index b59a62ecc1..67b639d284 100644 --- a/includes/specials/SpecialResetpass.php +++ b/includes/specials/SpecialResetpass.php @@ -126,7 +126,7 @@ class PasswordResetForm extends SpecialPage { '' . '' . '' . - wfSubmitButton( wfMsgHtml( $submitMsg ) ) . + Xml::submitButton( wfMsg( $submitMsg ) ) . '' . '' . '' . -- 2.20.1