openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7b3d3121d7e136b33a4da4ead032f746b492626a
parent e73ef05e4ab2f610264cad2be5e30acddc1c92cd
Author: Jan Dankert <devnull@localhost>
Date:   Thu,  7 Dec 2017 00:40:33 +0100

Editor-Komponente jetzt ohne Laufzeitfehler.

Diffstat:
modules/template-engine/components/html/editor/Editor.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/template-engine/components/html/editor/Editor.class.php b/modules/template-engine/components/html/editor/Editor.class.php @@ -35,7 +35,7 @@ class EditorComponent extends Component case 'dom': case 'tree': - echo <<<HTML + echo <<<'HTML' <?php $attr_tmp_doc = new DocumentElement(); $attr_tmp_text = $$attr_name;