mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-7861, adding cdata to javascript
This commit is contained in:
parent
76b1f3c740
commit
b6bdcdc14c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!-- Begin
|
//<![CDATA[
|
||||||
<?php
|
<?php
|
||||||
$roleoptions = array(0 => get_string('all'));
|
$roleoptions = array(0 => get_string('all'));
|
||||||
$roles = get_all_roles();
|
$roles = get_all_roles();
|
||||||
|
@ -77,7 +77,7 @@ function groupWindow(selectgroup) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// end hiding script -->
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<form name="rolesform1" action="groups.php" method="get">
|
<form name="rolesform1" action="groups.php" method="get">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue