From 0988387de143ca41bd01cb46a3fa184bcddfac73 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 20 Aug 2018 16:23:40 -0500 Subject: [PATCH] Fix template for ckeditor templates --- .../default/javascript/editor/ckeditor/templates.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/template/default/javascript/editor/ckeditor/templates.html.twig b/main/template/default/javascript/editor/ckeditor/templates.html.twig index 5bbf1df89d..97ab49df12 100644 --- a/main/template/default/javascript/editor/ckeditor/templates.html.twig +++ b/main/template/default/javascript/editor/ckeditor/templates.html.twig @@ -2,5 +2,5 @@ CKEDITOR.addTemplates("default", { imagesPath: ' ', templates: - {{ templates }} + {{ templates|raw }} }); \ No newline at end of file