Changeset 1717

Show
Ignore:
Timestamp:
2008-03-18 10:01:08 (2 years ago)
Author:
fredck
Message:

Fixed #2011 : Internal CSS <style> tags where being outputted when FullPage=true.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fcktools.js

    r1664 r1717  
    130130                        { 
    131131                                // The string may have several URLs separated by comma. 
    132                                 return this.GetStyleHtml( cssFileOrArrayOrDef.split(',') ) ; 
     132                                return this.GetStyleHtml( cssFileOrArrayOrDef.split(','), markTemp ) ; 
    133133                        } 
    134134                        else 
  • FCKeditor/trunk/_whatsnew.html

    r1716 r1717  
    8383                        an important bug regarding styles removal on styled text boundaries, introduced 
    8484                        with the 2.6 Beta 1. </li> 
     85                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal 
     86                        CSS &lt;style&gt; tags where being outputted when FullPage=true.</li> 
    8587        </ul> 
    8688        <h3>