Changeset 342
- Timestamp:
- 2007-06-01 15:36:21 (15 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
r132 r342 81 81 function OpenFile( fileUrl ) 82 82 { 83 window.top.opener.SetUrl( fileUrl) ;83 window.top.opener.SetUrl( encodeURI( fileUrl ) ) ; 84 84 window.top.close() ; 85 85 window.top.opener.focus() ; -
FCKeditor/trunk/_whatsnew.html
r341 r342 121 121 will not anymore leave temporary links in the source. All links will be defined 122 122 as expected.</li> 123 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#182</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#261</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#511</a>] Special characters, like percent signs or accented 124 chars, and spaces are now correctly returned by the File Browser.</li> 123 125 </ul> 124 126 <h3>