Changeset 6873
- Timestamp:
- 05/06/11 14:49:17 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/versions/3.6.x/_source/plugins/wysiwygarea/plugin.js
r6821 r6873 463 463 init : function( editor ) 464 464 { 465 var fixForBody = ( editor.config.enterMode != CKEDITOR.ENTER_BR )465 var fixForBody = ( editor.config.enterMode != CKEDITOR.ENTER_BR && editor.config.autoParagraph !== false ) 466 466 ? editor.config.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p' : false; 467 467
Note: See TracChangeset
for help on using the changeset viewer.
