Opened 15 years ago
Closed 15 years ago
#3446 closed Bug (fixed)
Safari in HTML 4.0 mode complains about unterminated options in fck_tablecell.html
Reported by: | Peter Collinson | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.5 |
Component: | General | Version: | |
Keywords: | Review+ | Cc: |
Description
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"> <select id="selCellType"> <option fcklang="DlgCellTypeData" value="td" />Data <option fcklang="DlgCellTypeHeader" value="th" />Header </select> </tr>
Better written as <option....>Data</option> etc ??
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 3446.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Alfonso Martínez de Lizarrondo |
Status: | new → assigned |
Ops,...
Fortunately is easy to fix.
comment:2 Changed 15 years ago by
Milestone: | → FCKeditor 2.6.5 |
---|
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Proposed patch