From 6c4070eb87bcda41f293a73cf715f8767574a874 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 14 Mar 2019 14:28:36 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/core/modules/product/mod_codeproduct_elephant.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/product/mod_codeproduct_elephant.php b/htdocs/core/modules/product/mod_codeproduct_elephant.php index 97a00a1457565..e7e20db532f17 100644 --- a/htdocs/core/modules/product/mod_codeproduct_elephant.php +++ b/htdocs/core/modules/product/mod_codeproduct_elephant.php @@ -113,15 +113,15 @@ public function info($langs) // Parametrage du prefix customers $texte.= ''.$langs->trans("Mask").' ('.$langs->trans("ProductCodeModel").'):'; - $texte.= ''.$form->textwithpicto('', $tooltip, 1, 1).''; + $texte.= ''.$form->textwithpicto('', $tooltip, 1, 1).''; - $texte.= '  '; + $texte.= '  '; $texte.= ''; // Parametrage du prefix suppliers $texte.= ''.$langs->trans("Mask").' ('.$langs->trans("ServiceCodeModel").'):'; - $texte.= ''.$form->textwithpicto('', $tooltip, 1, 1).''; + $texte.= ''.$form->textwithpicto('', $tooltip, 1, 1).''; $texte.= ''; $texte.= '';