Index: /FCKeditor/trunk/editor/dialog/fck_replace.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_replace.html	(revision 2059)
+++ /FCKeditor/trunk/editor/dialog/fck_replace.html	(revision 2060)
@@ -60,6 +60,6 @@
 GetNextNonEmptyTextNode = function( node, stopNode )
 {
-	var node ;
-	while ( ( node = FCKDomTools.GetNextSourceNode( node, false, 3, stopNode ) ) && node && node.length < 1 ) ;
+	while ( ( node = FCKDomTools.GetNextSourceNode( node, false, 3, stopNode ) ) && node && node.length < 1 )
+		1 ;
 	return node ;
 }
