Changeset 327
- Timestamp:
- 2007-05-26 14:42:03 (20 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckconfig.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckconfig.js
r132 r327 163 163 164 164 // <noscript> tags (get lost in IE and messed up in FF). 165 /<noscript[\s\S]*?<\/noscript>/gi 165 /<noscript[\s\S]*?<\/noscript>/gi, 166 167 // Protect <object> tags. See #359. 168 /<object[\s\S]+?<\/object>/gi 166 169 ] ; 167 170 -
FCKeditor/trunk/_whatsnew.html
r325 r327 103 103 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression: 104 104 IE crashed if a table caption was deleted.</li> 105 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/359">#359</a>] <object> and <embed> tags are not anymore 106 lost in IE.</li> 105 107 </ul> 106 108 <h3>