diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php
index 93c8bbe..2c14f03 100644
--- a/Theme/Backend/qa-dashboard.tpl.php
+++ b/Theme/Backend/qa-dashboard.tpl.php
@@ -9,15 +9,15 @@ echo $this->getData('nav')->render(); ?>
- = htmlspecialchars($question->getName(), ENT_COMPAT, 'utf-8'); ?>
+ = $this->printHtml($question->getName()); ?>
- = htmlspecialchars($question->getQuestion(), ENT_COMPAT, 'utf-8'); ?>
+ = $this->printHtml($question->getQuestion()); ?>
@@ -21,7 +21,7 @@ echo $this->getData('nav')->render();
- = htmlspecialchars($answer->getAnswer(), ENT_COMPAT, 'utf-8'); ?>= htmlspecialchars($answer->getCreatedAt()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?>= htmlspecialchars($answer->getCreatedBy(), ENT_COMPAT, 'utf-8'); ?>= htmlspecialchars($answer->getStatus(), ENT_COMPAT, 'utf-8'); ?>= htmlspecialchars($answer->isAccepted(), ENT_COMPAT, 'utf-8'); ?>
+ = $this->printHtml($answer->getAnswer()); ?>= $this->printHtml($answer->getCreatedAt()->format('Y-m-d')); ?>= $this->printHtml($answer->getCreatedBy()); ?>= $this->printHtml($answer->getStatus()); ?>= $this->printHtml($answer->isAccepted()); ?>
diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php
index 34cf195..358dac5 100644
--- a/Theme/Backend/qa-tag-list.tpl.php
+++ b/Theme/Backend/qa-tag-list.tpl.php
@@ -35,8 +35,8 @@ echo $this->getData('nav')->render();
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?>
- | = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?>
- | = htmlspecialchars($value->getName(), ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($value->getId()); ?>
+ | = $this->printHtml($value->getName()); ?>
|
| = $this->getHtml('Empty', 0, 0); ?>
|