From: nfreear Date: Thu, 16 Mar 2006 11:51:19 +0000 (+0000) Subject: Accessibility: incidental image - should be empty Alt text; removed unnecessary heigh... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2e94cf0c090706f46b9f43c0f8f2c7600d6b1f84;p=moodle.git Accessibility: incidental image - should be empty Alt text; removed unnecessary height/width (OU-Bugz: 696, 697) --- diff --git a/blocks/site_main_menu/block_site_main_menu.php b/blocks/site_main_menu/block_site_main_menu.php index 9df47dfe9b..9c945193d7 100644 --- a/blocks/site_main_menu/block_site_main_menu.php +++ b/blocks/site_main_menu/block_site_main_menu.php @@ -109,7 +109,8 @@ class block_site_main_menu extends block_list { } else { $this->content->items[] = ''.$instancename.''.$editbuttons; - $this->content->icons[] = ''.$mod->modfullname.''; + //Accessibility: incidental image - should be empty Alt text; removed unnecessary height/width. + $this->content->icons[] = ''; } } }