Changeset 1404
- Timestamp:
- 2008-01-24 17:20:30 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckdomrange.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrange.js
r1211 r1404 152 152 var child ; 153 153 154 while ( ( child = targetElement.firstChild ) && child.nodeType == 1 && FCKListsLib. EmptyElements[ child.nodeName.toLowerCase() ] == null)154 while ( ( child = targetElement.firstChild ) && child.nodeType == 1 && FCKListsLib.InlineNonEmptyElements[ child.nodeName.toLowerCase() ] ) 155 155 targetElement = child ; 156 156 -
FCKeditor/trunk/_whatsnew.html
r1388 r1404 58 58 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/503">#503</a>] Orphaned 59 59 <li> elements now get properly enclosed in a <ul> on output.</li> 60 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/309">#309</a>] The 61 ENTER key will not any more break <button> elements at the beginning of 62 paragraphs.</li> 60 63 </ul> 61 64 <p>