diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php
index bd821cf..976d301 100755
--- a/Theme/Backend/news-dashboard.tpl.php
+++ b/Theme/Backend/news-dashboard.tpl.php
@@ -44,7 +44,7 @@ echo $this->data['nav']->render(); ?>
= Markdown::parse(\substr($news->plain, 0, 500)); ?>
getTags(); foreach ($tags as $tag) : ?>
-
= empty($tag->icon) ? '' : ''; ?>= $this->printHtml($tag->getL11n()); ?>
+
= empty($tag->icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>= $this->printHtml($tag->getL11n()); ?>