diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php
index 7bb7e7e8736..a66fb93c568 100644
--- a/htdocs/product/photos.php
+++ b/htdocs/product/photos.php
@@ -137,14 +137,11 @@ if ($_GET["id"])
print '
| '.$langs->trans("Label").' | '.$product->libelle.' | ';
print '
';
- print '| '.$langs->trans("Description").' | '.nl2br($product->description).' |
';
-
print "
\n";
// Affiche photos
$nbphoto=$product->show_photos($conf->produit->dir_output,1);
if ($nbphoto < 1) print $langs->trans("NoPhotoYet")."
";
-
print "\n";
}
}