Changeset 1137
- Timestamp:
- 2007-11-29 17:52:09 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r1136 r1137 310 310 311 311 // Only apply the fix when in a block, and the block is empty. 312 if ( parentTag != 'body' ) 313 { 314 if ( parentNode.childNodes.length > 0 || 315 !( FCKListsLib.BlockElements[parentTag] || 316 FCKListsLib.NonEmptyBlockElements[parentTag] ) ) 317 return ; 312 if ( parentNode.childNodes.length > 0 || 313 !( FCKListsLib.BlockElements[parentTag] || 314 FCKListsLib.NonEmptyBlockElements[parentTag] ) ) 315 { 316 return ; 318 317 } 319 318