From 1c9e079b7cebdc2aa4b7914cb1af11de0aa7992a Mon Sep 17 00:00:00 2001 From: Julien Boulen Date: Fri, 18 Jul 2014 15:14:35 +0800 Subject: [PATCH] MDL-46206 Accessibility: Remove alt attribute for footer image --- lib/outputrenderers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 9ef6a78eb1740..148428770e76d 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -1921,7 +1921,7 @@ protected function render_url_select(url_select $select) { public function doc_link($path, $text = '', $forcepopup = false) { global $CFG; - $icon = $this->pix_icon('docs', $text, 'moodle', array('class'=>'iconhelp icon-pre')); + $icon = $this->pix_icon('docs', '', 'moodle', array('class'=>'iconhelp icon-pre')); $url = new moodle_url(get_docs_url($path));