diff --git a/htdocs/core/modules/product/mod_codeproduct_elephant.php b/htdocs/core/modules/product/mod_codeproduct_elephant.php
index 97a00a14575..e7e20db532f 100644
--- a/htdocs/core/modules/product/mod_codeproduct_elephant.php
+++ b/htdocs/core/modules/product/mod_codeproduct_elephant.php
@@ -113,15 +113,15 @@ class mod_codeproduct_elephant extends ModeleProductCode
// 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.= '';