Changes between Initial Version and Version 1 of Ticket #220
- Timestamp:
- Mar 8, 2007, 9:54:09 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #220
- Property Keywords Confirmed added
-
Property
Summary
changed from
Anchor content
toLink/Anchor multiple paragraphs create buggy links
-
Ticket #220 – Description
initial v1 1 1 Original html: 2 3 {{{ 2 4 <p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> 3 5 <p>Testing</p> 4 6 <p>One Two Three</p> 7 }}} 5 8 6 9 Select all content and add an anchor or link, then the html is changed to: 10 11 {{{ 7 12 <p><a name="anchor1">This is some <strong>sample text</strong>. You are using FCKeditor.</a></p> 8 13 <p><a href="javascript:void(0);/*1173334815335*/">Testing</a></p> 9 14 <p><a href="javascript:void(0);/*1173334815335*/">One Two Three</a></p> 15 }}}