Ticket #3446 (closed Bug: fixed)
Safari in HTML 4.0 mode complains about unterminated options in fck_tablecell.html
| Reported by: | PeaSea | Owned by: | alfonsoml |
|---|---|---|---|
| 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
Change History
Changed 4 years ago by alfonsoml
- Attachment 3446.patch added
Note: See
TracTickets for help on using
tickets.

Proposed patch