tags in CKEditor 3.0-温柔的废话的回答
tags in CKEditor 3.0
Is there a possibility to turn off the automatic enclosing of all written content within
I tried
CKEDITOR.con
Found it!
ckeditor.js line #91 ... search for
B.config.enterMode==3?'div':'p'
change to
B.config.enterMode==3?'div':'' (NO P!)
B.config.enterMode==3?'div':''
Dump your cache and BAM!