mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Bugfix
This commit is contained in:
parent
e387312b5d
commit
43abc0d55f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user