Merge pull request #6134 from atm-maxime/fix_photo_product

Fix product photo in tooltip
This commit is contained in:
Juanjo Menent 2016-12-11 10:21:31 +01:00 committed by GitHub
commit aa2d783aaa

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))