Changes between Initial Version and Version 1 of Ticket #9984
- Timestamp:
- Jan 25, 2013, 8:43:10 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9984 – Description
initial v1 2 2 3 3 This is my configuration: 4 4 {{{ 5 5 // Use <br /> instead of <p> tags. 6 6 CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR; 7 7 CKEDITOR.config.autoParagraph = false; 8 8 }}} 9 9 This is what I'm seeing in the editor: 10 10 {{{ 11 11 <body contenteditable="true" class="cke_editable cke_editable_themed cke_contents_ltr" spellcheck="false"> 12 12 Test text … … 19 19 </p> 20 20 </body> 21 }}}