diff --git a/Theme/Backend/Components/Editor/inline-editor.tpl.php b/Theme/Backend/Components/Editor/inline-editor.tpl.php
index b523536..f6d1130 100644
--- a/Theme/Backend/Components/Editor/inline-editor.tpl.php
+++ b/Theme/Backend/Components/Editor/inline-editor.tpl.php
@@ -7,12 +7,12 @@
-
+
- = htmlspecialchars(isset($doc) ? $doc->getContent() : '', ENT_COMPAT, 'utf-8'); ?>
+ = $this->printHtml(isset($doc) ? $doc->getContent() : ''); ?>
\ No newline at end of file
diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php
index 35a5107..58462eb 100644
--- a/Theme/Backend/editor-list.tpl.php
+++ b/Theme/Backend/editor-list.tpl.php
@@ -40,9 +40,9 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/editor/single?{?}&id=' . $value->getId()); ?>
- | = htmlspecialchars($value->getTitle(), ENT_COMPAT, 'utf-8'); ?>
- | = htmlspecialchars($value->getCreatedBy()->getName1(), ENT_COMPAT, 'utf-8'); ?>
- | = htmlspecialchars($value->getCreatedAt()->format('Y-m-d H:i:s'), ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($value->getTitle()); ?>
+ | = $this->printHtml($value->getCreatedBy()->getName1()); ?>
+ | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?>
|
| = $this->getHtml('Empty', 0, 0); ?>
|