#3446: Safari in HTML 4.0 mode complains about unterminated options in
fck_tablecell.html
---------------------+------------------------------------------------------
 Reporter:  PeaSea   |       Owner:     
     Type:  Bug      |      Status:  new
 Priority:  Normal   |   Milestone:     
Component:  General  |     Version:     
 Keywords:           |  
---------------------+------------------------------------------------------
 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 ??

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3446>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to