diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php
index 50fa89d..9449f2e 100755
--- a/Theme/Backend/media-list.tpl.php
+++ b/Theme/Backend/media-list.tpl.php
@@ -209,7 +209,7 @@ $next = empty($media) ? '{/base}/media/list' : '{/base}/media/list?{?}&id='
getTags(); foreach ($tags as $tag) : ?>
- = empty($tag->icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>
+ = empty($tag->icon) ? '' : ''; ?>
= $this->printHtml($tag->getL11n()); ?>
diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php
index d9d6643..6065bd0 100755
--- a/Theme/Backend/media-single.tpl.php
+++ b/Theme/Backend/media-single.tpl.php
@@ -40,9 +40,9 @@ echo $this->data['nav']->render();
@@ -52,8 +52,8 @@ echo $this->data['nav']->render();
|