Changeset 1664
- Timestamp:
- 2008-02-29 12:05:41 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fcktools.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcktools.js
r1629 r1664 46 46 return cssStyles.replace( /url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g, function( match, opener, path, closer ) 47 47 { 48 if ( /^\/|^\w?:/.test( ) )48 if ( /^\/|^\w?:/.test( path ) ) 49 49 return match ; 50 50 else -
FCKeditor/trunk/_whatsnew.html
r1663 r1664 50 50 or typing after a placeholder with the placeholder plugin will no longer generate 51 51 colored text.</li> 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed 53 an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li> 52 54 </ul> 53 55 <h3>