Opened 16 years ago
Closed 14 years ago
#5223 closed New Feature (invalid)
[MediaWiki+FCKeditor] Shift+Enter Produces HTML instead of XHTML
| Reported by: | Marty Y. Chang | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.6.4 |
| Keywords: | Cc: |
Description
Pressing Shift+Enter in FCKeditor produces <br> (HTML) instead of <br /> (XHTML) right now.
To conform to XHTML standards for better code consistency, modify Shift+Enter to produce <br /> in the code-behind.
Change History (2)
comment:1 Changed 16 years ago by
| Component: | UI : Enter Key → Project : MediaWiki+FCKeditor |
|---|---|
| Keywords: | shift+enter br removed |
comment:2 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |

FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base (http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.shiftEnterMode).