Opened 18 years ago
Last modified 17 years ago
#220 closed Bug
Anchor content — at Initial Version
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Confirmed | Cc: |
Description
Original html: <p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <p>Testing</p> <p>One Two Three</p>
Select all content and add an anchor or link, then the html is changed to: <p><a name="anchor1">This is some <strong>sample text</strong>. You are using FCKeditor.</a></p> <p><a href="javascript:void(0);/*1173334815335*/">Testing</a></p> <p><a href="javascript:void(0);/*1173334815335*/">One Two Three</a></p>