From 777417d1711e8fe2195d2d05f8a4742e81a8bbe2 Mon Sep 17 00:00:00 2001 From: Ankit Agarwal Date: Mon, 15 Oct 2012 10:56:34 +0800 Subject: [PATCH] MDL-35889 blocks: Adding a legend to the fieldset --- blocks/search_forums/block_search_forums.php | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks/search_forums/block_search_forums.php b/blocks/search_forums/block_search_forums.php index cf22705b1cb..0e780f1e816 100644 --- a/blocks/search_forums/block_search_forums.php +++ b/blocks/search_forums/block_search_forums.php @@ -27,6 +27,7 @@ class block_search_forums extends block_base { $this->content->text = '
'; $this->content->text .= '
'; + $this->content->text .= ''.$strsearch.''; $this->content->text .= ''; // course $this->content->text .= ''. '';