Changeset 351
- Timestamp:
- 2007-06-02 19:11:57 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r343 r351 298 298 // IE doesn't support <abbr> and it breaks it. Let's protect it. 299 299 if ( FCKBrowserInfo.IsIE ) 300 sTags += sTags.length > 0 ? '|ABBR ' : 'ABBR' ;300 sTags += sTags.length > 0 ? '|ABBR|XML' : 'ABBR|XML' ; 301 301 302 302 var oRegex ; -
FCKeditor/trunk/_whatsnew.html
r350 r351 144 144 <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 145 145 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 <xml> 147 tag will not anymore cause troubles.</li> 146 148 </ul> 147 149 <h3>