﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
220	Link/Anchor multiple paragraphs create buggy links	anonymous		"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>
}}}"	Bug	new	Normal		General	FCKeditor 2.4		Confirmed	
