From: scyrma Date: Tue, 18 Dec 2007 07:54:09 +0000 (+0000) Subject: MDL-12613 - this should fix the problem with the search block X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aa66df4dff02d85f53251a8f25b6cd897ef30e92;p=moodle.git MDL-12613 - this should fix the problem with the search block --- 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 .= '
';