Index: /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1370)
+++ /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1371)
@@ -548,5 +548,7 @@
 	var disableContextMenu = function( targetDocument )
 	{
-		if ( FCKBrowserInfo.IsIE ) return ;
+		if ( FCKBrowserInfo.IsIE )
+			return ;
+
 		targetDocument.addEventListener( 'contextmenu', contextMenuBlocker, true ) ;
 	} ;
