diff --git a/Theme/Backend/Components/Media/list.tpl.php b/Theme/Backend/Components/Media/list.tpl.php
index f01822d..0c552a9 100644
--- a/Theme/Backend/Components/Media/list.tpl.php
+++ b/Theme/Backend/Components/Media/list.tpl.php
@@ -49,7 +49,7 @@
= $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
\ No newline at end of file
diff --git a/Theme/Backend/media-create.tpl.php b/Theme/Backend/media-create.tpl.php
index c86ec49..c08a706 100644
--- a/Theme/Backend/media-create.tpl.php
+++ b/Theme/Backend/media-create.tpl.php
@@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php
index 748ea5d..2a5c258 100644
--- a/Theme/Backend/media-list.tpl.php
+++ b/Theme/Backend/media-list.tpl.php
@@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
|