Skip to content

Commit

Permalink
MDL-46206 Accessibility: Add aria role to footer image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr authored and Jetha Chan committed Jul 25, 2014
1 parent 36489c0 commit ae4086b
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', '', 'moodle', array('class'=>'iconhelp icon-pre'));
$icon = $this->pix_icon('docs', '', 'moodle', array('class'=>'iconhelp icon-pre', 'role'=>'presentation'));

$url = new moodle_url(get_docs_url($path));

Expand Down

0 comments on commit ae4086b

Please sign in to comment.