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