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