Duplicate alt tags in course category page MDL-8711

This commit is contained in:
poltawski
2007-03-01 14:47:09 +00:00
parent c40999b0b6
commit 59900bd490
+2 -2
View File
@@ -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)) {