diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php index 7ddfba4..eafb819 100755 --- a/Theme/Backend/kanban-board.tpl.php +++ b/Theme/Backend/kanban-board.tpl.php @@ -37,7 +37,7 @@ $layout = \max(4, $columnCount);
description; ?>
getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?>
diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php index 5f1722e..10a4425 100755 --- a/Theme/Backend/kanban-dashboard.tpl.php +++ b/Theme/Backend/kanban-dashboard.tpl.php @@ -45,7 +45,7 @@ echo $this->data['nav']->render(); ?>
description; ?>
getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?>