mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
This commit is contained in:
parent
eeeb388f28
commit
bdfe0ef8c6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user