Ticket #3446: 3446.patch

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

Proposed patch

  • _whatsnew.html

     
    4848                        About plugin shows misleading user language</li>
    4949                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2821">#2821</a>] Configuration
    5050                        items that used floating point numbers were parsed as integers.</li>
     51                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3446">#3446</a>] Fixed self-closed
     52                        &lt;option&gt; in the table cell dialog.</li>
    5153                <li>Language file updates for the following languages:
    5254                        <ul>
    5355                                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2849">#2849</a>] Lithuanian</li>
  • editor/dialog/fck_tablecell.html

     
    224224                                                                         <span fcklang="DlgCellType">Cell Type</span>:</td>
    225225                                                                        <td colspan="2">
    226226                                                                                &nbsp; <select id="selCellType">
    227                                                                                         <option fcklang="DlgCellTypeData" value="td" />Data
    228                                                                                         <option fcklang="DlgCellTypeHeader" value="th" />Header
     227                                                                                        <option fcklang="DlgCellTypeData" value="td">Data</option>
     228                                                                                        <option fcklang="DlgCellTypeHeader" value="th">Header</option>
    229229                                                                                </select>
    230230                                                                </tr>
    231231                                                                <tr>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy