Skip to content

Commit

Permalink
fix 2b0b60e
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Nov 21, 2013
1 parent 2b0b60e commit 3b0ec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serendipity_event_ckeditor/cke_config.js
Expand Up @@ -39,7 +39,7 @@ CKEDITOR.editorConfig = function( config ) {
// allow imageselectorplus mediainsert tag code
config.protectedSource.push( /<(mediainsert)[^>]*>[\s\S]*?<\/mediainsert>/img );
// allow a Smarty like {} tag syntax without starting whitespace, which would be some other code part.
config.protectedSource.push( /\{[a-zA-Z\$]*?\}/gi );
config.protectedSource.push( /\{[a-zA-Z\$].*?\}/gi );

// set placeholder tag cases - elements [attributes]{styles}(classes)
config.extraAllowedContent = 'mediainsert[*]{*}(*);script[*]{*}(*)'; // changed to ACF right order: attr style class
Expand Down

0 comments on commit 3b0ec1f

Please sign in to comment.