Mark Scherer 10 years ago
parent
commit
fb79948d6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormatHelper.php

+ 1 - 1
src/View/Helper/FormatHelper.php

@@ -205,7 +205,7 @@ class FormatHelper extends TextHelper {
 		];
 		$options += $defaults;
 		$icon = (array)$icon;
-		$class = [];
+		$class = [$options['namespace']];
 		foreach ($icon as $i) {
 			$class[] = $options['namespace'] . '-' . $i;
 		}