* Fixed a fatal XML error (the size attribute in one input element was unquoted)
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 7 May 2005 03:30:08 +0000 (03:30 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 7 May 2005 03:30:08 +0000 (03:30 +0000)
includes/SpecialMovepage.php

index 28678e2..2332a29 100644 (file)
@@ -140,7 +140,7 @@ class MovePageForm {
                <tr>
                        <td align='right'>{$movereason}:</td>
                        <td align='left'>
-                               <input type='text' size=40 name=\"wpReason\" value=\"{$encReason}\" />
+                               <input type='text' size='40' name=\"wpReason\" value=\"{$encReason}\" />
                        </td>
                </tr>" );