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
jboulen authored and jsnfwlr committed Jul 21, 2014
1 parent ec36faf commit 36489c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,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 36489c0

Please sign in to comment.