mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Duplicate alt tags in course category page MDL-8711, merged from MOODLE_18_STABLE
This commit is contained in:
parent
171e233e05
commit
b469b1b49c
@ -380,12 +380,12 @@
|
||||
echo '<td align="right">';
|
||||
if (!empty($acourse->guest)) {
|
||||
echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
|
||||
$strallowguests.'" alt="" class="icon" src="'.
|
||||
$strallowguests.'" class="icon" src="'.
|
||||
$CFG->pixpath.'/i/user.gif" alt="'.$strallowguests.'" /></a>';
|
||||
}
|
||||
if (!empty($acourse->password)) {
|
||||
echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
|
||||
$strrequireskey.'" alt="" class="icon" src="'.
|
||||
$strrequireskey.'" class="icon" src="'.
|
||||
$CFG->pixpath.'/i/key.gif" alt="'.$strrequireskey.'" /></a>';
|
||||
}
|
||||
if (!empty($acourse->summary)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user