diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index bf2f1a7f2d6..ab71c844e6d 100755
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -1896,7 +1896,7 @@ class Form
// mode=2 means suppliers products
$urloption=($socid > 0?'socid='.$socid.'&':'').'htmlname='.$htmlname.'&outjson=1&price_level='.$price_level.'&type='.$filtertype.'&mode=2&status='.$status.'&finished='.$finished;
print ajax_autocompleter('', $htmlname, DOL_URL_ROOT.'/product/ajax/products.php', $urloption, $conf->global->PRODUIT_USE_SEARCH_TO_SELECT, 0, $ajaxoptions);
- print ($hidelabel?'':$langs->trans("RefOrLabel").' : ').'';
+ print ($hidelabel?'':$langs->trans("RefOrLabel").' : ').'';
}
else
{