From 31e27cd9710f4ee9218d28fc06061a5ebc127405 Mon Sep 17 00:00:00 2001 From: Lee Daniel Crocker Date: Wed, 14 May 2003 21:23:46 +0000 Subject: [PATCH] Putting "go" button first. --- includes/Skin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index 55e32e42c8..407f2fc936 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -454,13 +454,13 @@ function toggleVisibility( _levelId, _otherId, _linkId) { function searchForm() { global $search; - $s = "
" . "\n" - . " 
"; + . " " + . ""; return $s; } -- 2.20.1