|
@@ -41,7 +41,7 @@ class FontAwesome4Icon extends AbstractIcon {
|
|
|
// Shimming
|
|
// Shimming
|
|
|
if (isset($options['title'])) {
|
|
if (isset($options['title'])) {
|
|
|
$attributes['title'] = $options['title'];
|
|
$attributes['title'] = $options['title'];
|
|
|
- unset($options['title']);
|
|
|
|
|
|
|
+ unset($options['title']);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$namespace = 'fa';
|
|
$namespace = 'fa';
|