From: moodler Date: Thu, 4 Jan 2007 14:02:46 +0000 (+0000) Subject: Removed a form name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=47325bb53d0f03a8af74b55c91f545c5b6a33644;p=moodle.git Removed a form name --- diff --git a/blocks/search_forums/block_search_forums.php b/blocks/search_forums/block_search_forums.php index 0a76909e75..4f76b79035 100644 --- a/blocks/search_forums/block_search_forums.php +++ b/blocks/search_forums/block_search_forums.php @@ -32,7 +32,7 @@ class block_search_forums extends block_base { $button = (isset($CFG->block_search_button)) ? $CFG->block_search_button : get_string('go'); $this->content->text = '
'; - $this->content->text .= '
'; + $this->content->text .= '
'; $this->content->text .= ''; // course $this->content->text .= ''; $this->content->text .= '
';