Changeset 351

Show
Ignore:
Timestamp:
2007-06-02 19:11:57 (20 months ago)
Author:
fredck
Message:

Fixed #239 : The <xml> tag will not anymore cause troubles.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

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

    r343 r351  
    298298                // IE doesn't support <abbr> and it breaks it. Let's protect it. 
    299299                if ( FCKBrowserInfo.IsIE ) 
    300                         sTags += sTags.length > 0 ? '|ABBR' : 'ABBR' ; 
     300                        sTags += sTags.length > 0 ? '|ABBR|XML' : 'ABBR|XML' ; 
    301301 
    302302                var oRegex ; 
  • FCKeditor/trunk/_whatsnew.html

    r350 r351  
    144144                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/295">#295</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/510">#510</a>] Corrected some 
    145145                        path resolution issues with the File Browser connector for ColdFusion.</li> 
     146                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/239">#239</a>] The &lt;xml&gt; 
     147                        tag will not anymore cause troubles.</li> 
    146148        </ul> 
    147149        <h3>