mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Bugfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user