Changeset 1137

Show
Ignore:
Timestamp:
2007-11-29 17:52:09 (2 years ago)
Author:
fredck
Message:

Reverted [1136] as it had no effect to solve johng's issue at #1491.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckeditingarea.js

    r1136 r1137  
    310310 
    311311        // 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 ; 
    318317        } 
    319318