From b1267a180d26102ce3e02b4a00847d8d8ce736d7 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 19 Aug 2003 04:39:59 +0000 Subject: [PATCH] Slightly neater help --- mod/forum/search.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/forum/search.php b/mod/forum/search.php index 826a746624..690211bbdc 100644 --- a/mod/forum/search.php +++ b/mod/forum/search.php @@ -53,8 +53,10 @@ print_simple_box_start("center"); echo "
"; echo $searchform; - echo "

"; + echo "

"; print_string("searchhelp"); + echo "

"; + echo ""; print_simple_box_end(); } -- 2.39.5