From cde37648db35beced0fe77b58d46263d9c317906 Mon Sep 17 00:00:00 2001 From: Henning Leutz <leutz@pcsg.de> Date: Tue, 15 Dec 2015 09:08:31 +0100 Subject: [PATCH] img -> extra attributes allowed --- bin/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Editor.js b/bin/Editor.js index 5138de0..20ed8ce 100644 --- a/bin/Editor.js +++ b/bin/Editor.js @@ -215,7 +215,7 @@ define('package/quiqqer/ckeditor4/bin/Editor', [ width : width, toolbar : toolbar, allowedContent : true, - extraAllowedContent: 'div(*)[*]{*}, iframe(*)[*]{*}', + extraAllowedContent: 'div(*)[*]{*}; iframe(*)[*]{*}; img(*)[*]{*}', stylesSet : styles, contentsCss : data.cssFiles || [], bodyClass : data.bodyClass, -- GitLab