1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

Fixes #558 - Font Awesome tag corrected.

This commit is contained in:
Cameron 2014-05-13 19:45:01 -07:00
parent 47e3f91012
commit 9e880b7718

View File

@ -2737,7 +2737,7 @@ class e_parser
{
$prefix = 'fa fa-';
$size = (vartrue($parm['size'])) ? ' fa-'.$parm['size'] : '';
$tag = 'span';
$tag = 'i';
}
elseif(deftrue("BOOTSTRAP"))
{