From: Benoît Pin <benoit.pin@gmail.com>
Date: Sat, 12 Apr 2014 08:56:51 +0000 (+0200)
Subject: Aucun filtrage html :-p
X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/commitdiff_plain/4e06061f8cad39fecaad5217625c72e5bad76e78?hp=1cf0ceefbf8c570d340e08550253ec57c1267c03

Aucun filtrage html :-p
---

diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js
index c0cd619..b514987 100644
--- a/skins/ckeditor/config.js
+++ b/skins/ckeditor/config.js
@@ -28,6 +28,7 @@ CKEDITOR.editorConfig = function( config )
 	
 	config.height = '500px';
 	config.contentsCss = CKEDITOR.basePath + 'global_plinn_style_editor.css';
+	config.allowedContent = true;
 	
 	config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector';
 	CKEDITOR.config.filebrowserImageBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Type=Image&Connector=connectors/plinn/connector';