Changeset 247
- Timestamp:
- 2007-04-12 14:33:37 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckregexlib.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckregexlib.js
r223 r247 60 60 61 61 // Empty elements may be <p></p> or even a simple opening <p> (see #211). 62 EmptyParagraph : /^<( [^ >]+)[^>]*>\s*(<\/\1>)?$/ ,62 EmptyParagraph : /^<(p|div|address|h\d|center)(?=[ >])[^>]*>\s*(<\/\1>)?$/ , 63 63 64 EmptyOutParagraph : /^<( [^ >]+)[^>]*>(?:\s*| )(<\/\1>)?$/ ,64 EmptyOutParagraph : /^<(p|div|address|h\d|center)(?=[ >])[^>]*>(?:\s*| )(<\/\1>)?$/ , 65 65 66 66 TagBody : /></ , -
FCKeditor/trunk/_whatsnew.html
r246 r247 49 49 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/350">#350</a>] The <marquee> 50 50 element will no longer append unwanted <p>&nbsp;</p> to the code.</li> 51 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/351">#351</a>] The content 52 was being lost for images or comments only HTML inserted directly in the editor 53 source or loaded in the editor.</li> 51 54 </ul> 52 55 <h3>