Changeset 308 for FCKeditor/trunk/editor/dialog/fck_anchor.html
- Timestamp:
- 2007-05-18 17:59:45 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_anchor.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_anchor.html
r132 r308 115 115 { 116 116 // Nothing was selected, so now just create a normal A 117 oAnchor = oEditor.FCK. CreateElement( 'a' ) ;117 oAnchor = oEditor.FCK.InsertElement( 'a' ) ; 118 118 } 119 119 else