MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2009-05-05 11:53:20 +00:00
parent eeeb388f28
commit bdfe0ef8c6

View File

@ -209,6 +209,7 @@ if ($report->get_pref('enableajax')) {
// Print YUI tooltip code
?>
<script type="text/javascript">
//<![CDATA[
YAHOO.namespace("graderreport");
@ -351,7 +352,7 @@ YAHOO.graderreport.mouseoutHandler = function (e) {
YAHOO.util.Event.onDOMReady(init);
//]]>
</script>
<?php