From f7c20fb7d1b9919eada73c94a27aa53da3f9fe8c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Aug 2006 02:33:38 +0000 Subject: [PATCH] Fix: Respet W3C --- htdocs/product/photos.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php index 3488f577b64..69e70169ec6 100644 --- a/htdocs/product/photos.php +++ b/htdocs/product/photos.php @@ -168,6 +168,7 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print ''; + print ''; } @@ -180,7 +181,8 @@ if ($_GET["id"] || $_GET["ref"]) $pdir = get_exdir($product->id) . $product->id ."/photos/"; $dir = $conf->produit->dir_output . '/'. $pdir; - print '
'; + print '
'; + print '
'; foreach ($product->liste_photos($dir) as $key => $obj) { @@ -219,7 +221,7 @@ if ($_GET["id"] || $_GET["ref"]) { print '
'; print "
".$langs->trans("NoPhotoYet")."

"; - print '
'; + print ''; } print '';