Index: /FCKeditor/trunk/_samples/html/sample03.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample03.html	(revision 1029)
+++ /FCKeditor/trunk/_samples/html/sample03.html	(revision 1030)
@@ -39,4 +39,7 @@
 
 	var oCombo = document.getElementById( 'cmbLanguages' ) ;
+
+	// Remove all options. (#1399)
+	oCombo.innerHTML = '' ;
 
 	var aLanguages = new Array() ;
