Ticket #1861 (closed Bug: invalid)
Nested BODY tags
| Reported by: | rrip | 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
Note: See
TracTickets for help on using
tickets.