Index: common.inc
===================================================================
--- common.inc	(revision 2302)
+++ common.inc	(working copy)
@@ -2162,8 +2162,6 @@
   // For inline Javascript to validate as XHTML, all Javascript containing
   // XHTML needs to be wrapped in CDATA. To make that backwards compatible
   // with HTML 4, we need to comment out the CDATA-tag.
-  #$embed_prefix = "\n<!--//--><![CDATA[//><!--\n";
-  #$embed_suffix = "\n//--><!]]>\n";
   $embed_prefix = "\n<!-- /* <![CDATA[ */\n";
   $embed_suffix = "\n/* ]]> */ //-->\n";
   
