From 53f538fe1dfb8ed53892f33b4a3252acaa7f9408 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Oct 2003 15:12:50 +0000 Subject: - Usability improvement: improved consistency and themability of the search form. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 90f847b0b..8587741b7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -392,8 +392,8 @@ function search_form($action = NULL, $keys = NULL, $options = NULL) { $action = url("search"); } - $output .= "
"; - $output .= " \n"; + $output .= "
"; + $output .= " \n"; if ($options != 0) { $output .= "
"; -- cgit v1.2.3