Index: /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1371)
+++ /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1372)
@@ -530,8 +530,8 @@
 					Ok() ;
 					return false ;
+
 				case 27 :		// ESC
 					Cancel() ;
 					return false ;
-					break ;
 			}
 			return true ;
@@ -699,4 +699,5 @@
 			FCK.Events.FireEvent( 'OnSelectionChange' ) ;
 		}
+
 		FCKDialog.OnDialogClose( window ) ;
 	} ;
