mscherer 1 年間 前
コミット
317b628ba6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/View/Icon/FontAwesome4Icon.php

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

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