﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5803	Inserting images in CKEditor 3.2.1 not working	Alexandre Alencar		"I am trying to use CKeditor to insert images and it's not working. I just unpacked it and installed it on a textarea. When I insert a image (with fullHTML true), I get a wrong tag and the image it's not displayed in the resulting HTML

Generated code:

<img alt=\""An Image\"" src=\""http://domain.com/imagens.png\"" style=\""width: 159px; height: 136px; \"" />

Expected code:

<img alt=""An Image"" src=""http://domain.com/imagens.png"" style=""width: 159px; height: 136px;"" />

How it can be fixed?"	Bug	closed	Normal		Core : Output Data	3.2.1	invalid		
