mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Use "i" tag for Fontawesome by default.
This commit is contained in:
@@ -3904,7 +3904,7 @@ class e_parser
|
|||||||
$fixedW = null;
|
$fixedW = null;
|
||||||
$prefix = 'fa fa-'; // fallback
|
$prefix = 'fa fa-'; // fallback
|
||||||
$size = null;
|
$size = null;
|
||||||
$tag = 'span';
|
$tag = 'i';
|
||||||
|
|
||||||
// return print_r($fa4,true);
|
// return print_r($fa4,true);
|
||||||
/*
|
/*
|
||||||
@@ -3968,10 +3968,7 @@ class e_parser
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$idAtt = (!empty($parm['id'])) ? "id='".$parm['id']."' " : '';
|
$idAtt = (!empty($parm['id'])) ? "id='".$parm['id']."' " : '';
|
||||||
$style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : '';
|
$style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : '';
|
||||||
|
Reference in New Issue
Block a user