Skip to content

Commit

Permalink
MDL-46206 Accessibility: Remove alt attribute for footer image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Boulen authored and jsnfwlr committed Jul 21, 2014
1 parent a9e0505 commit 1c9e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Expand Up @@ -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));

Expand Down

0 comments on commit 1c9e079

Please sign in to comment.