Fix: Respect W3C

This commit is contained in:
Laurent Destailleur 2005-10-30 14:08:17 +00:00
parent b321ce76f8
commit 7f41dfc2d2

View File

@ -115,7 +115,7 @@ class ModeleBoxes
print img_object($langs->trans("Show"),$logo);
print '</a></td><td '.$tdparam.'><a href="'.$contents[$i][$j]['url'].'"';
print ' title="'.$textewithnotags.'"';
print ' alt="'.$textewithnotags.'"';
//print ' alt="'.$textewithnotags.'"'; // Pas de alt sur un "<a href>"
print isset($contents[$i][$j]['target'])?' target="'.$contents[$i][$j]['target'].'"':'';
print '>';
}