Ticket #2327: 2327.patch

File 2327.patch, 1.2 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    7676                        about Firefox 3's strict origin policy.</li>
    7777                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved the
    7878                        garbage filter in Paste from Word dialog.</li>
     79                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed invalid HTML
     80                        in the Paste dialog.</li>
    7981        </ul>
    8082        <p>
    8183                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/dialog/fck_paste.html

     
    6464
    6565                var eFrameSpace = document.getElementById( 'xFrameSpace' ) ;
    6666                eFrameSpace.innerHTML = '<iframe id="frmData" src="' + sFrameUrl + '" ' +
    67                                         'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"></iframe>' ;
     67                                        'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"><\/iframe>' ;
    6868
    6969                var oFrame = eFrameSpace.firstChild ;
    7070
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy