diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php
index c71a866de61..fc64095de75 100644
--- a/htdocs/accountancy/admin/productaccount.php
+++ b/htdocs/accountancy/admin/productaccount.php
@@ -396,12 +396,12 @@ if ($result)
print $product_static->getNomUrl(1);
print '';
- print '
'.$obj->label.' | ';
+ print ''.$obj->label.' | ';
if (! empty($conf->global->ACCOUNTANCY_SHOW_PROD_DESC))
{
// TODO ADJUST DESCRIPTION SIZE
- // print '' . $obj->description . ' | ';
+ // print '' . $obj->description . ' | ';
// TODO: we shoul set a user defined value to adjust user square / wide screen size
$trunclengh = empty($conf->global->ACCOUNTING_LENGTH_DESCRIPTION) ? 32 : $conf->global->ACCOUNTING_LENGTH_DESCRIPTION;
print '' . nl2br(dol_trunc($obj->description, $trunclengh)) . ' | ';