diff --git a/Theme/Backend/eventmanagement-list.tpl.php b/Theme/Backend/eventmanagement-list.tpl.php
index 81ce17b..46027d1 100644
--- a/Theme/Backend/eventmanagement-list.tpl.php
+++ b/Theme/Backend/eventmanagement-list.tpl.php
@@ -38,9 +38,9 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
- | = htmlspecialchars($value->getName(), ENT_COMPAT, 'utf-8'); ?>
- | = htmlspecialchars($value->getStart()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?>
- | = htmlspecialchars($value->getEnd()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($value->getName()); ?>
+ | = $this->printHtml($value->getStart()->format('Y-m-d')); ?>
+ | = $this->printHtml($value->getEnd()->format('Y-m-d')); ?>
|
= $this->getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/eventmanagement-profile.tpl.php b/Theme/Backend/eventmanagement-profile.tpl.php
index 1187433..62cd311 100644
--- a/Theme/Backend/eventmanagement-profile.tpl.php
+++ b/Theme/Backend/eventmanagement-profile.tpl.php
@@ -20,19 +20,19 @@ echo $this->getData('nav')->render(); ?>
- = htmlspecialchars($event->getName(), ENT_COMPAT, 'utf-8'); ?>
+ = $this->printHtml($event->getName()); ?>
|