From 47325bb53d0f03a8af74b55c91f545c5b6a33644 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 4 Jan 2007 14:02:46 +0000 Subject: [PATCH] Removed a form name --- blocks/search_forums/block_search_forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '
'; -- 2.39.5