From 34948ef2d6fc3fed5de8e3e644a5754402db2da3 Mon Sep 17 00:00:00 2001 From: Alexis Algoud Date: Wed, 23 Apr 2014 14:53:23 +0200 Subject: [PATCH] Add somes dol_escape_htmltag on product cards inputs --- htdocs/product/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 1ab03bb6a9b..1ec4855155e 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -881,10 +881,10 @@ else print ''; // Ref - print ''; + print ''; // Label - print ''; + print ''; // Status print '
'.$langs->trans("Ref").'
'.$langs->trans("Ref").'
'.$langs->trans("Label").'
'.$langs->trans("Label").'
'.$langs->trans("Status").' ('.$langs->trans("Sell").')';