From c14d1001612d011ddcada0bd400f77ec2884419c Mon Sep 17 00:00:00 2001 From: nfreear Date: Thu, 16 Mar 2006 11:47:38 +0000 Subject: [PATCH] Accessibility: strict, removed unnecessary alt="search" from . --- 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 6914631242..4bdc9996de 100644 --- a/blocks/search_forums/block_search_forums.php +++ b/blocks/search_forums/block_search_forums.php @@ -30,7 +30,7 @@ class block_search_forums extends block_base { $this->content->text = '
'; $this->content->text .= '
'; $this->content->text .= ''; // course - $this->content->text .= ''; + $this->content->text .= ''; $this->content->text .= '
'; $this->content->text .= ''.$advancedsearch.''; $this->content->text .= helpbutton('search', $advancedsearch, 'moodle', true, false, '', true); -- 2.39.5