﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1303	<col> should be an empty element	Alfonso Martínez de Lizarrondo		"switch to source mode and paste this:
{{{
<table>
 <colgroup><col width=""40%""><col width=""60%""></colgroup>
 <tbody>
  <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
  </tr>
 </tbody>
</table>
}}}

switch back and now go back to source mode: the <col>s now have a closing tag and the page won't validate
{{{
<colgroup><col width=""40%""></col><col width=""60%""></col></colgroup>
}}}"	Bug	closed	Normal	FCKeditor 2.5 Beta	General		fixed		
