From d66dc4b2d76339b145e6810a5548b14d4b3b21e4 Mon Sep 17 00:00:00 2001 From: scyrma Date: Tue, 18 Dec 2007 08:17:58 +0000 Subject: [PATCH] MDL-12613 - this should fix (part of) the problem with the search block (take 2) --- 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 7beb067b57..44ecbf6d54 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