[Checkins] SVN: z3c.form/trunk/src/z3c/form/browser/orderedselect_input.pt Correctly comment out CDATA in JS so no error is raised.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Sep 8 20:06:12 EDT 2008


Log message for revision 90975:
  Correctly comment out CDATA in JS so no error is raised.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/browser/orderedselect_input.pt

-=-
Modified: z3c.form/trunk/src/z3c/form/browser/orderedselect_input.pt
===================================================================
--- z3c.form/trunk/src/z3c/form/browser/orderedselect_input.pt	2008-09-09 00:03:08 UTC (rev 90974)
+++ z3c.form/trunk/src/z3c/form/browser/orderedselect_input.pt	2008-09-09 00:06:12 UTC (rev 90975)
@@ -3,7 +3,7 @@
       xmlns:i18n="http://xml.zope.org/namespaces/i18n"
       tal:omit-tag="">
 <script type="text/javascript">
-  <![CDATA[
+/*  <![CDATA[ */
 function moveItems(from, to)
   {
   // shortcuts for selection fields
@@ -138,7 +138,8 @@
 // error message for missing selection
 function selectionError()
   {alert("Must select something!")}
-]]>
+
+/* ]]> */
 </script>
 
 <table border="0" class="ordered-selection-field">



More information about the Checkins mailing list