﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
7046	non visual editor inserting unwanted code	newfoundnoise82	anonymous	"On pages '''(it only has occurred on pages)''' using the non visual editor I am consistently getting break tags and paragraph tags thrown in by wordpress.  

When inserting a tag that is not a block level element wordpress will insert this code so instead of:


{{{
<span>
Hello World!
</span>
}}}


It would spit out:


{{{
<span><br/>
Hello World!
</span>
}}}


Or possibly even:


{{{
<p><span><br/>
Hello World!
</span></p>
}}}


I communicated over twitter with a person at automattic who told me to come here and submit a bug report so here I am.

I have tried re-installing wordpress and various other random css tricks to no avail, so I am turning to the wordpress community.

The errors can be seen on the following pages: [http://www.cadistrict38.org/front] and [http://www.cadistrict38.org/staff] although some css or comments are utilized to get a somewhat acceptable look while this issue is addressed."	defect (bug)	closed	normal		General		normal	invalid		
