diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php
index 78665b7..eb82c62 100644
--- a/Theme/Backend/qa-question.tpl.php
+++ b/Theme/Backend/qa-question.tpl.php
@@ -13,7 +13,7 @@ echo $this->getData('nav')->render();
= $this->printHtml($question->getQuestion()); ?>
-
![<?= $this->getHtml('AccountImage', 0, 0); ?>]()
+
diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php
index d8b592c..15a4087 100644
--- a/Theme/Backend/qa-tag-list.tpl.php
+++ b/Theme/Backend/qa-tag-list.tpl.php
@@ -26,7 +26,7 @@ echo $this->getData('nav')->render();
= $this->getHtml('Badges') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Name') ?>
|
|
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render();
| = $this->printHtml($value->getName()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
|