From 90a4728a3870831e312c9eb79f01a1d43d9b55a3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 22 Aug 2017 13:21:25 +0200 Subject: [PATCH] Mini fix layout --- Theme/Backend/editor-single.tpl.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/editor-single.tpl.php b/Theme/Backend/editor-single.tpl.php index cec0e46..138cde7 100644 --- a/Theme/Backend/editor-single.tpl.php +++ b/Theme/Backend/editor-single.tpl.php @@ -1,7 +1,9 @@ -getData('nav')->render(), ENT_COMPAT, 'utf-8'); ?> +getData('nav')->render(); ?>
- +
+
getData('doc')->getContent(); ?>
+
\ No newline at end of file