diff --git a/Theme/Backend/media-view.tpl.php b/Theme/Backend/media-view.tpl.php
index f29488f..6d53eec 100644
--- a/Theme/Backend/media-view.tpl.php
+++ b/Theme/Backend/media-view.tpl.php
@@ -98,13 +98,16 @@ echo $this->data['nav']->render();
| = $this->getHtml('Creator'); ?> | = $this->printHtml(
\ltrim($media->createdBy->name2 . ', ' . $media->createdBy->name1, ', ')
); ?>
- |
| = $this->getHtml('Tags'); ?> |
+ |
| = $this->getHtml('Tags'); ?>
+ |
+
tags as $tag) : ?>
= empty($tag->icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>
= $this->printHtml($tag->getL11n()); ?>
+
|
| = $this->getHtml('Description'); ?>
|
| = $this->printHtml($media->description); ?>
|