Fix product photo in tooltip

This commit is contained in:
Maxime Kohlhaas 2016-12-10 23:34:32 +01:00
parent 3fc8e2cf4c
commit 3befe1b83f

View File

@ -3230,7 +3230,7 @@ class Product extends CommonObject
$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
}
$linkclose.= ' title="'.dol_escape_htmltag($label, 1).'"';
$linkclose.= ' title="'.dol_escape_htmltag($label, 1, 1).'"';
$linkclose.=' class="classfortooltip"';
if (! is_object($hookmanager))