Changeset 2175

Show
Ignore:
Timestamp:
2008-07-04 12:13:47 (5 months ago)
Author:
martinkou
Message:

Fixed #2327 : Fixed invalid HTML in the Paste dialog.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_paste.html

    r2174 r2175  
    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 ; 
  • FCKeditor/trunk/_whatsnew.html

    r2174 r2175  
    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>