Index: /FCKeditor/trunk/editor/dialog/fck_replace.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_replace.html	(revision 742)
+++ /FCKeditor/trunk/editor/dialog/fck_replace.html	(revision 743)
@@ -238,7 +238,9 @@
 					matchBookmark = null ;
 				else if ( matchState == KMP_ADVANCED && matchBookmark == null )
-					matchBookmark = { "Start" : cursor.concat( [] ) } ;
+					matchBookmark = { Start : cursor.concat( [] ) } ;
 				else if ( matchState == KMP_MATCHED )
 				{
+					if ( matchBookmark == null )
+						matchBookmark = { Start : cursor.concat( [] ) } ;
 					matchBookmark.End = cursor.concat( [] ) ;
 					matchBookmark.End[ matchBookmark.End.length - 1 ]++;
