From 7f41dfc2d258ccaa7f6237e5019436fb9abc6363 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Oct 2005 14:08:17 +0000 Subject: [PATCH] Fix: Respect W3C --- htdocs/includes/boxes/modules_boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/modules_boxes.php b/htdocs/includes/boxes/modules_boxes.php index 02f224a66ca..aa522517873 100644 --- a/htdocs/includes/boxes/modules_boxes.php +++ b/htdocs/includes/boxes/modules_boxes.php @@ -115,7 +115,7 @@ class ModeleBoxes print img_object($langs->trans("Show"),$logo); print '" print isset($contents[$i][$j]['target'])?' target="'.$contents[$i][$j]['target'].'"':''; print '>'; }