﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3446	Safari in HTML 4.0 mode complains about unterminated options in fck_tablecell.html	Peter Collinson	Alfonso Martínez de Lizarrondo	"This new code in fck_tablecell.html is missing a </td>, and the Safari working in HTML 4.0 mode objects to the <option...../> - starts at line 222:

{{{
<tr>
     <td nowrap=""nowrap"">
       <span fcklang=""DlgCellType"">Cell Type</span>:</td>
      <td colspan=""2"">
        &nbsp; <select id=""selCellType"">
        <option fcklang=""DlgCellTypeData"" value=""td"" />Data
        <option fcklang=""DlgCellTypeHeader"" value=""th"" />Header
         </select>
</tr>

}}}

Better written as <option....>Data</option>
etc ??"	Bug	closed	Normal	FCKeditor 2.6.5	General		fixed	Review+	
