]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict!
authortjhunt <tjhunt>
Wed, 10 Jun 2009 03:54:22 +0000 (03:54 +0000)
committertjhunt <tjhunt>
Wed, 10 Jun 2009 03:54:22 +0000 (03:54 +0000)
theme/lines/js/yui.php

index b38fc9f77ee1c73e151eaf8f1ebebc95fb132012..1a53f429b1c004ed7ee528a136d5d6d761f87ebe 100755 (executable)
@@ -1,4 +1,5 @@
 <script type="text/javascript">
+//<![CDATA[
      function TestObj(id) {
          YAHOO.util.Event.onAvailable(id, colourLabel, this);
      }
@@ -59,4 +60,5 @@
     }
 
      var obj = new TestObj("footer");
+//]]>
 </script>