﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
297	"Missing alt="""" with Smiley"	Mike Koepke		"I looked into this some more and the alt="""" is definitely not getting added to the img tag in FF or IE.

After looking at the fck_smiley.html source, alt is never set in the InsertSmiley function.  Line 51 should read: 
{{{
oImg.alt = '';
}}}

I made this change locally and alt="""" is now correctly added.

Mike

"	Bug	closed	Normal		General	FCKeditor 2.4.1	invalid	WorksForMe	
