From c68825052e87e4db095e5b69a46cd3d34324bf8b Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 3 Sep 2008 22:47:34 +0000 Subject: [PATCH] fix XHTML error --- includes/specials/SpecialMovepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index 85a4d64e3b..4f3ae34f97 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -205,7 +205,7 @@ class MovePageForm { Xml::checkLabel( wfMsg( 'fix-double-redirects' ), 'wpFixRedirects', 'wpFixRedirects', $this->fixRedirects ) . " - " + " ); } -- 2.20.1