Index: /FCKeditor/trunk/editor/dialog/fck_table.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_table.html	(revision 784)
+++ /FCKeditor/trunk/editor/dialog/fck_table.html	(revision 785)
@@ -133,6 +133,8 @@
 	else if ( bExists && eCaption )
 	{
+		// TODO: It causes an IE internal error if using removeChild or
+		// table.deleteCaption() (see #505).
 		if ( oEditor.FCKBrowserInfo.IsIE )
-			eCaption.innerHTML = '' ;	// TODO: It causes an IE internal error if using removeChild or table.deleteCaption().
+			eCaption.innerHTML = '' ;
 		else
 			eCaption.parentNode.removeChild( eCaption ) ;
