Index: /FCKeditor/trunk/editor/_source/classes/fckdocumentfragment_ie.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckdocumentfragment_ie.js	(revision 91)
+++ /FCKeditor/trunk/editor/_source/classes/fckdocumentfragment_ie.js	(revision 92)
@@ -41,3 +41,3 @@
 			FCKDomTools.InsertAfterNode( existingNode, eRoot.removeChild( eLast ) ) ;
 	}
-}
+} ;
Index: /FCKeditor/trunk/editor/_source/internals/fckxhtml.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 91)
+++ /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 92)
@@ -73,5 +73,5 @@
 		FCK.ResetIsDirty() ;
 
-	return sXHTML
+	return sXHTML ;
 }
 
Index: /FCKeditor/trunk/editor/plugins/placeholder/fckplugin.js
===================================================================
--- /FCKeditor/trunk/editor/plugins/placeholder/fckplugin.js	(revision 91)
+++ /FCKeditor/trunk/editor/plugins/placeholder/fckplugin.js	(revision 92)
@@ -71,5 +71,5 @@
 FCKPlaceholders.Exist = function( name )
 {
-	var aSpans = FCK.EditorDocument.getElementsByTagName( 'SPAN' )
+	var aSpans = FCK.EditorDocument.getElementsByTagName( 'SPAN' ) ;
 
 	for ( var i = 0 ; i < aSpans.length ; i++ )
