From f4820d4b68b762d782045516b9feedc40e2cf6e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 7 May 2005 03:30:08 +0000 Subject: [PATCH] * Fixed a fatal XML error (the size attribute in one input element was unquoted) --- includes/SpecialMovepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 28678e2904..2332a29d5b 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -140,7 +140,7 @@ class MovePageForm { {$movereason}: - + " ); -- 2.20.1