Changeset 2175
- Timestamp:
- 2008-07-04 12:13:47 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_paste.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_paste.html
r2174 r2175 65 65 var eFrameSpace = document.getElementById( 'xFrameSpace' ) ; 66 66 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>' ; 68 68 69 69 var oFrame = eFrameSpace.firstChild ; -
FCKeditor/trunk/_whatsnew.html
r2174 r2175 77 77 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved the 78 78 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> 79 81 </ul> 80 82 <p>