]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, adding cdata to javascript
authortoyomoyo <toyomoyo>
Tue, 2 Jan 2007 01:41:14 +0000 (01:41 +0000)
committertoyomoyo <toyomoyo>
Tue, 2 Jan 2007 01:41:14 +0000 (01:41 +0000)
course/groups-edit.html

index ad4b2e44dbf2a6074480054afd5afcea7eacfafd..d72a22b65062fa31986bec13855c62c9043a2ae4 100755 (executable)
@@ -1,5 +1,5 @@
 <script type="text/javascript">
-<!-- Begin
+//<![CDATA[
 <?php 
     $roleoptions = array(0 => get_string('all'));
     $roles = get_all_roles();
@@ -77,7 +77,7 @@ function groupWindow(selectgroup) {
 }
 
 
-// end hiding script -->
+//]]>
 </script>
 
         <form name="rolesform1" action="groups.php" method="get">