﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3115	Tags with attributes removed when they have no content	Matthew Leffler		"When entering html source directly the editor removes tags with no content even if they have attributes.

To reproduce:

1. Click on the Source button
2. Enter the following code:
{{{
<a href=""http://media.example.com/video/video.flv""
   style=""display:block;width:432px;height:240px;""
   id=""player"">
</a>
}}}
3. Click the Source button again.
4. Go back into the Source by clicking the Source button

The source will be blank.  If you repeat this but put a character between the <a tag and the closing </a tag it will preserve the source.  

Expected behavior: The editor should only remove the empty tags that have no attributes."	Bug	closed	Normal		General	FCKeditor 2.6.4	fixed		
