Changeset 1717
- Timestamp:
- 2008-03-18 10:01:08 (7 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
r1664 r1717 130 130 { 131 131 // The string may have several URLs separated by comma. 132 return this.GetStyleHtml( cssFileOrArrayOrDef.split(',') ) ;132 return this.GetStyleHtml( cssFileOrArrayOrDef.split(','), markTemp ) ; 133 133 } 134 134 else -
FCKeditor/trunk/_whatsnew.html
r1716 r1717 83 83 an important bug regarding styles removal on styled text boundaries, introduced 84 84 with the 2.6 Beta 1. </li> 85 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal 86 CSS <style> tags where being outputted when FullPage=true.</li> 85 87 </ul> 86 88 <h3>