From 43abc0d55f39ac42ad6015da81f9713c8564220c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 14:53:14 +0000 Subject: [PATCH] Bugfix --- htdocs/boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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