From 0dc2aa1513c341c21113f672577c6f43ea79b1b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 15 May 2005 09:44:29 +0000 Subject: [PATCH] * Changed the namespace selection form from a table to a div --- includes/SpecialRecentchanges.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 2cfe8dafb2..8fae0b630e 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -467,12 +467,10 @@ function namespaceForm ( $namespace, $invert, $nondefaults ) { $out .= ''; $out .= " - - - - - -
$namespaceselect $submitbutton $invertbox
"; +
+ + $namespaceselect $submitbutton $invertbox +
"; $out .= ''; return $out; } -- 2.20.1