diff --git a/htdocs/boxes.php b/htdocs/boxes.php index e914f12a78a..eb7c729e7ad 100644 --- a/htdocs/boxes.php +++ b/htdocs/boxes.php @@ -42,7 +42,7 @@ class infoBox { if (strlen($contents[$i][$j]['url']) > 0) { - print ''; + print ''; print $contents[$i][$j]['text'] . ""; } else