﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3581	name attribute on anchors is duplicated	Alfonso Martínez de Lizarrondo		"Load CKEditor and insert an anchor. Put any name on it.

Switch to source mode, everything looks OK.
{{{
<p>
	This<a name=""test""></a> is some <strong>sample text</strong>. 
You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
}}}
Switch to design and back to source, the anchor now has two name attributes
{{{
<p>
	This<a name=""test"" name=""test""></a> is some <strong>sample text</strong>. 
You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
}}}"	Bug	new	Normal		General	SVN (CKEditor) - OLD			
