Index: /FCKeditor/trunk/editor/_source/classes/fckstyle.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckstyle.js	(revision 880)
+++ /FCKeditor/trunk/editor/_source/classes/fckstyle.js	(revision 881)
@@ -757,19 +757,9 @@
 		if ( range.CheckIsCollapsed() )
 		{
-			if ( FCKBrowserInfo.IsSafari )
-			{
-				// For now, no support for it on Safari.
-			}
-			else
-			{
-				// With Safari, the element is added to the DOM, but the
-				// selection is not inside of it.
-
-				// Create the element to be inserted in the DOM.
-				var collapsedElement = this.BuildElement( doc ) ;
-				range.InsertNode( collapsedElement ) ;
-				range.MoveToPosition( collapsedElement, 2 ) ;
-				range.Select() ;
-			}
+			// Create the element to be inserted in the DOM.
+			var collapsedElement = this.BuildElement( doc ) ;
+			range.InsertNode( collapsedElement ) ;
+			range.MoveToPosition( collapsedElement, 2 ) ;
+			range.Select() ;
 
 			return ;
