Changeset 420
- Timestamp:
- 2007-07-08 17:40:22 (17 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckicon.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckicon.js
r344 r420 75 75 eIcon.src = FCK_SPACER_PATH ; 76 76 eIcon.style.backgroundPosition = '0px ' + sPos ; 77 eIcon.style.backgroundImage = 'url( ' + this.Path + ')' ;77 eIcon.style.backgroundImage = 'url("' + this.Path + '")' ; 78 78 } 79 79 } -
FCKeditor/trunk/_whatsnew.html
r419 r420 100 100 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples didn't work directly from 101 101 the Mac filesystem.</li> 102 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar images didn't show in non-IE 103 browsers if the path contained a space.</li> 102 104 </ul> 103 105 <h3>