Commit ebd8b8b5 by Scott

Prevent blank paragraphs in CKeditor

Fixes #276.
parent 3540de9b
......@@ -33,4 +33,7 @@ CKEDITOR.editorConfig = function( config ) {
// Use native spell checking (note: Ctrl+right-click is required for native context menu)
config.disableNativeSpellChecker = false;
// Prevent blank paragraphs
config.fillEmptyBlocks = false;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment