diff --git a/winixd/html/ckeditor.html b/winixd/html/ckeditor.html index b518f3c..da0c890 100644 --- a/winixd/html/ckeditor.html +++ b/winixd/html/ckeditor.html @@ -79,7 +79,7 @@ coreStyles_underline : //config.allowedContent : true, // allowes all disallowedContent : 'p(western)', // from copying from Office -extraAllowedContent : 'aside caption figure figcaption article footer header section div (*); ul(*); h1(*); h2(*); p(*)' +extraAllowedContent : 'aside caption figure figcaption article footer header section div (*); ul(*); ol(*); h1(*); h2(*); h3(*); h4(*); h5(*); h6(*); p(*); table(*); tr(*); td(*);' });