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">
        &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 ??

Attachments (1)

3446.patch (1.4 KB) - added by Alfonso Martínez de Lizarrondo 15 years ago.
Proposed patch

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by Alfonso Martínez de Lizarrondo

Attachment: 3446.patch added

Proposed patch

comment:1 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review? added
Owner: set to Alfonso Martínez de Lizarrondo
Status: newassigned

Ops,...

Fortunately is easy to fix.

comment:2 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Milestone: FCKeditor 2.6.5

comment:3 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: assignedclosed

Fixed with [3873]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy