This commit is contained in:
Rodolphe Quiedeville 2003-06-22 14:53:14 +00:00
parent e387312b5d
commit 43abc0d55f

View File

@ -42,7 +42,7 @@ class infoBox
{
if (strlen($contents[$i][$j]['url']) > 0)
{
print '<td><a href="'.$contents[$i]['url'].'">';
print '<td><a href="'.$contents[$i][$j]['url'].'">';
print $contents[$i][$j]['text'] . "</a></td>";
}
else