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 @@
- +
- getContent() : '', ENT_COMPAT, 'utf-8'); ?> + 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()); ?> - getTitle(), ENT_COMPAT, 'utf-8'); ?> - getCreatedBy()->getName1(), ENT_COMPAT, 'utf-8'); ?> - getCreatedAt()->format('Y-m-d H:i:s'), ENT_COMPAT, 'utf-8'); ?> + printHtml($value->getTitle()); ?> + printHtml($value->getCreatedBy()->getName1()); ?> + printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> getHtml('Empty', 0, 0); ?>