From d40e4b5a7e396c1dc522d001659531eaa9d90ec1 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 4 May 2005 20:49:59 +0000 Subject: [PATCH] as discussed on IRC, move into the same line, but to the right of the [Go] button --- includes/SpecialRecentchanges.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 3a05d2763d..6f6b3ba00f 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -445,13 +445,9 @@ function namespaceForm ( $namespace, $invert ) { - + - - - - -
$namespaceselect $submitbutton$namespaceselect $submitbutton $invertbox
$invertbox
"; + "; $out .= ''; return $out; } -- 2.20.1