From 5469bd9c2b0e52fe4ee3d5859276fb72c46f8bd6 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 20 Oct 2006 03:35:29 +0000 Subject: [PATCH] Merged fix from stable (forum search form help button) --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index ffe9ba4967..1eb4979e90 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2426,8 +2426,8 @@ function forum_search_form($course, $search='') { global $CFG; $output = '
'; + $output .= '
'; $output .= helpbutton('search', get_string('search'), 'moodle', true, false, '', true); - $output .= ' '; $output .= ''; $output .= ''; $output .= ''; -- 2.39.5