From e5f121c6c1d6529c151bcf9133e722b47e75fe3c Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 18 Jun 2006 08:21:35 +0000 Subject: [PATCH] Merged XHTML fix from stable --- mod/forum/lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 27c6697326..e7493e4d21 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2261,14 +2261,14 @@ function forum_print_mode_form($discussion, $mode) { function forum_search_form($course, $search='') { global $CFG; - $output = '
'; - $output .= helpbutton('search', get_string('search'), 'moodle', true, false, '', true); - $output .= ' 
'; + $output = '
'; + $output .= ''; $output .= ''; $output .= ''; $output .= ''; $output .= ''; - $output .= '
'; + $output .= helpbutton('search', get_string('search'), 'moodle', true, false, '', true); + $output .= ''; return $output; } -- 2.39.5