]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7871, replacing & with &
authortoyomoyo <toyomoyo>
Tue, 2 Jan 2007 06:10:35 +0000 (06:10 +0000)
committertoyomoyo <toyomoyo>
Tue, 2 Jan 2007 06:10:35 +0000 (06:10 +0000)
calendar/export_basic.html

index 9b7c70ca79e2f09c49d86d030f3c41e1ca2cdc70..09a2114106bf7ef7a72c7aaa5e896d15518b3fbc 100644 (file)
@@ -47,7 +47,7 @@ function generate_url() {
         preset_time = "recentupcoming";
     }
     
-    url = "<?php echo $CFG->wwwroot; ?>/calendar/export_execute.php?preset_what=" + preset_what + "&preset_time=" + preset_time + "&username=<?php echo $usernameencoded; ?>&authtoken=<?php echo $authtoken; ?>";
+    url = "<?php echo $CFG->wwwroot; ?>/calendar/export_execute.php?preset_what=" + preset_what + "&amp;preset_time=" + preset_time + "&amp;username=<?php echo $usernameencoded; ?>&amp;authtoken=<?php echo $authtoken; ?>";
     document.getElementById("url").innerText = url;
     document.getElementById("url").innerHTML = url; //Need this as well, for Firefox