﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10725	Create span class with part of text	Renan Andrade		"When I put some text in editor it create a span tag with my text as elements.

I put this:
{{{
Line 1 content
Line 2 content
Line 3 content
}}}

After I save and edit, the editor show this in code mode:

{{{
<p>
Line 1 content
<span line="""" content=""""></span>
Line 3 content
</p>
}}}
"	Bug	closed	Normal		General	4.0.1	invalid		
