Opened 18 years ago
Closed 18 years ago
#1861 closed Bug (invalid)
Nested BODY tags
| Reported by: | Rob Ripberger | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed Pending | Cc: |
Description
If you have HTML content that contains a BODY tag with a BODY tag, only the content inside the inner tag is visible. For example:
<html> <BODY> <p>outer</p> <BR> <BODY> inner<BR> </BODY></BODY></HTML>
Only the "inner" text appears in the FCKeditor. This is needed because e-mail messages often have nested BODY tags.
Change History (4)
comment:1 Changed 18 years ago by
| Keywords: | Confimed added |
|---|
comment:2 Changed 18 years ago by
| Keywords: | Confirmed added; Confimed removed |
|---|
comment:3 Changed 18 years ago by
| Keywords: | Pending added |
|---|

That code is clearly invalid.
I don't understand why you say that "This is needed because e-mail messages often have nested BODY tags". If you send mails with invalid HTML then you are running the risk that the recipient will discard the content just like FCKeditor has done.