diff --git a/ChangeLog b/ChangeLog index 57263615ebb..bddd25d5dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,7 +45,8 @@ For developers: - New: Can add a link on title field of added dictionnary. - New: Uniformize code. - New: Add option WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER and - WORKFLOW_DISABLE_CLASSIFY_BILLED_FROM_ORDER + WORKFLOW_DISABLE_CLASSIFY_BILLED_FROM_ORDER. +- New: A module can add several css and js. - New: removed deprecated methods ldap::connect, formadmin::select_lang, html::select_tva diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 69667f086a8..cc671d254d0 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -2630,7 +2630,7 @@ class Product extends CommonObject if ($nbbyrow) $return.= ''; $return.= "\n"; - $return.= ''; + $return.= ''; // Show image (width height=$maxHeight) // Si fichier vignette disponible et image source trop grande, on utilise la vignette, sinon on utilise photo origine