Changeset 1692
- Timestamp:
- 2008-03-14 09:39:42 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/browser/default/frmresourceslist.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/frmresourceslist.html
r1565 r1692 88 88 function OpenFile( fileUrl ) 89 89 { 90 window.top.opener.SetUrl( encodeURI( fileUrl ) ) ;90 window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ; 91 91 window.top.close() ; 92 92 window.top.opener.focus() ; -
FCKeditor/trunk/_whatsnew.html
r1691 r1692 66 66 [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>] 67 67 Fixed XHTML source formatting errors in non-IE browsers.</li> 68 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The # 69 character is now properly encoded in file names returned by the File Browser.</li> 68 70 </ul> 69 71 <h3>