[FIX] allow all styles and classes in default filter

This commit is contained in:
Holger Brunn
2013-04-15 12:25:16 +02:00
parent 2caf6a5d5f
commit 1990130853

View File

@@ -89,6 +89,8 @@ openerp.web_ckeditor4 = function(openerp)
'*':
{
attributes: 'href,src,style,alt,width,height',
styles: '*',
classes: '*',
},
'html head title meta style body p div span a h1 h2 h3 h4 h5 img br hr table tr th td ul ol li dd dt': true,
});