Opened 13 years ago
Last modified 13 years ago
#10537 closed Bug
In 4.1.2 config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P; <p> tag remove — at Initial Version
| Reported by: | dilip | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.1.3 |
| Component: | General | Version: | 4.1 |
| Keywords: | Cc: |
Description
If your editor is configure in following mode then <P> tags are remove with single <br>. it should not replace <p> which we add by shift enter and if it is so then i want to replace it with double <br>.
config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P;
