Show
Ignore:
Timestamp:
2007-05-18 17:59:45 (18 months ago)
Author:
fredck
Message:

Fixed #71 and #243 : The editor now takes care to not create invalid nested block elements, like creating <form> or <hr> inside <p>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_anchor.html

    r132 r308  
    115115        { 
    116116                // Nothing was selected, so now just create a normal A 
    117                 oAnchor = oEditor.FCK.CreateElement( 'a' ) ; 
     117                oAnchor = oEditor.FCK.InsertElement( 'a' ) ; 
    118118        } 
    119119        else