Opened 17 years ago
Closed 17 years ago
#2163 closed New Feature (fixed)
Enable HTML output
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
Component: | Core : Output Data | Version: | FCKeditor 2.4 |
Keywords: | Review+ | Cc: |
Description
XHTML is not for everyone. If someone sets a HTML 4 doctype we must assume that he really wants HTML not XHTML.
Attachments (2)
Change History (7)
Changed 17 years ago by
Attachment: | 2163.patch added |
---|
comment:1 Changed 17 years ago by
Keywords: | Review? added |
---|
I've set the regexp inline as /DTD HTML/ because the existing Html4DocType would match only HTML 4.0 documents in transitional mode, excluding all the 4.01 and also all the 4.0 in strict mode.
If anyone thinks it's better I can move this new regexp to FCKRegexLib.HTMLDocType for example. I just wanted to make a quick change.
comment:2 Changed 17 years ago by
Keywords: | Review- added; Review? removed |
---|---|
Milestone: | → FCKeditor 2.6.1 |
Sounds like a smart solution for it Alfonso. People will enjoy it out there.
Moving the regex to FCKRegexLib would be good, as well as adding a changelog entry for it.
comment:3 Changed 17 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:4 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
Proposed SVN patch