= $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php
index 0ff27c9..17adeb0 100644
--- a/Theme/Backend/audit-list.tpl.php
+++ b/Theme/Backend/audit-list.tpl.php
@@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Module') ?>
| = $this->getHtml('Type') ?>
| = $this->getHtml('Subtype') ?>
@@ -61,7 +61,7 @@ echo $this->getData('nav')->render(); ?>
| = $audit->getCreatedAt()->format('Y-m-d H:i'); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/module-list.tpl.php b/Theme/Backend/module-list.tpl.php
index 9ac1c26..ed976ef 100644
--- a/Theme/Backend/module-list.tpl.php
+++ b/Theme/Backend/module-list.tpl.php
@@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Audits') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Name') ?>
| = $this->getHtml('Date') ?>
| | |