mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-7434 all images that convey information should have alt text to convey that information - part 1
This commit is contained in:
parent
536a640218
commit
344044b28e
16 changed files with 42 additions and 36 deletions
|
@ -20,7 +20,7 @@ class block_admin_bookmarks extends block_base {
|
|||
}
|
||||
|
||||
function create_item($visiblename,$link,$icon) {
|
||||
$this->tempcontent .= '<a href="' . $link . '"><img src="' . $icon . '" border="0" alt="[item]" /> ' . $visiblename . '</a><br />' . "\n";
|
||||
$this->tempcontent .= '<a href="' . $link . '"><img src="' . $icon . '" border="0" alt="" /> ' . $visiblename . '</a><br />' . "\n";
|
||||
}
|
||||
|
||||
function get_content() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue