mscherer 1 year ago
parent
commit
317b628ba6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Icon/FontAwesome4Icon.php

+ 1 - 1
src/View/Icon/FontAwesome4Icon.php

@@ -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';