Ticket #403 (closed Bug: fixed)
Switching from HTML to Source adds \n in STYLE tag
| Reported by: | cheery@… | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | UI : Source View | Version: | FCKeditor 2.4.2 |
| Keywords: | SF Confirmed IE | Cc: | rootkit@… |
Description
Initial header of the page was:
<head>
<title>FCKeditor - What's New?</title>
<style type="text/css">
body { font-family: Arial, Verdana, Sans-Serif; }
Second switching from HTML view to the Source view adds \n:
<head>
<title>FCKeditor - What's New?</title>
<style type="text/css">
body { font-family: Arial, Verdana, Sans-Serif; }
Next one will add one more symbol of the new line and so on.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1302499&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.