﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8616	Empty tables cells/rows with missing closing tags	chhain		"I created a table using the ckeditor interface.
I took 3 rows each with 2 cells 
I filled some text into the 2 cells of the first row .. the other rows i left blank.
I took the data from the editor by using the function 
{{{
CKEDITOR.instances.editorname.getData()
}}}
the source code i got looked like thos 


{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px"">
	<tbody>
		<tr>
			<td>
				as</td>
			<td>
				asaasa</td>
		</tr>
		<tr>
			<td>
				
}}}

as you can see, the last tr and td tags were not closed.
this leads to some serious problems on the webpage because this code isn't valid and my webpage gets ""broken"" (div containers which contain the source code generated by ckeditor get broken)"	Bug	closed	Normal		General	3.6.2	expired		christian_hain01@…
