From aa66df4dff02d85f53251a8f25b6cd897ef30e92 Mon Sep 17 00:00:00 2001 From: scyrma Date: Tue, 18 Dec 2007 07:54:09 +0000 Subject: [PATCH] MDL-12613 - this should fix the problem with the search block --- 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 bff5f6694e..7beb067b57 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2817,7 +2817,7 @@ function forum_search_form($course, $search='') { $output .= '
'; $output .= '
'; $output .= helpbutton('search', get_string('search'), 'moodle', true, false, '', true); - $output .= ''; + $output .= ''; $output .= ''; $output .= ''; $output .= '
'; -- 2.39.5