Ticket #95 (closed Bug: fixed)
Content page broken with tag <META ...>.
| Reported by: | ic@… | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | IE, Confirmed | Cc: |
Description
After a html insertion in "source" mode, and switch between "wysiwyg", "source" mode, content is broken: Insert HTML:
<html> <head> <meta http-equiv="Content-Typ!" content="text/html; charset=windows-1251"> <title>Title</title> </head> <body> Some text. </body> </html>
After switch between "wysiwyg", "source" mode:
<p> <meta content="text/html; charset=windows-1251" http-equiv="Content-Typ!" /></p>
Browser IE 6.0.
Change History
Note: See
TracTickets for help on using
tickets.