mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-46206 Accessibility: Remove alt attribute for footer image
This commit is contained in:
parent
ec36fafc0f
commit
36489c0b41
@ -1952,7 +1952,7 @@ class core_renderer extends renderer_base {
|
||||
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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user