2
0
forked from Wavyzz/dolibarr

Fix title

This commit is contained in:
Laurent Destailleur
2019-06-02 19:47:19 +02:00
parent e6100310af
commit 5530e003ba

View File

@@ -3627,7 +3627,7 @@ function img_mime($file, $titlealt = '', $morecss = '')
if (empty($titlealt)) $titlealt = 'Mime type: '.$mimetype;
//return img_picto_common($titlealt, 'mime/'.$mimeimg, 'class="'.$morecss.'"');
return '<i class="fa fa-'.$mimefa.' paddingright"'.($titlealt ? ' titlealt="'.$titlealt.'"' : '').'></i>';
return '<i class="fa fa-'.$mimefa.' paddingright"'.($titlealt ? ' title="'.$titlealt.'"' : '').'></i>';
}