Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 2, 2019
1 parent e610031 commit 5530e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions.lib.php
Expand Up @@ -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>';
}


Expand Down

0 comments on commit 5530e00

Please sign in to comment.