From: toyomoyo Date: Tue, 2 Jan 2007 06:10:35 +0000 (+0000) Subject: MDL-7871, replacing & with & X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a175ffd0aa7e384fbadfed968a6ba9be7065d63e;p=moodle.git MDL-7871, replacing & with & --- diff --git a/calendar/export_basic.html b/calendar/export_basic.html index 9b7c70ca79..09a2114106 100644 --- a/calendar/export_basic.html +++ b/calendar/export_basic.html @@ -47,7 +47,7 @@ function generate_url() { preset_time = "recentupcoming"; } - url = "wwwroot; ?>/calendar/export_execute.php?preset_what=" + preset_what + "&preset_time=" + preset_time + "&username=&authtoken="; + url = "wwwroot; ?>/calendar/export_execute.php?preset_what=" + preset_what + "&preset_time=" + preset_time + "&username=&authtoken="; document.getElementById("url").innerText = url; document.getElementById("url").innerHTML = url; //Need this as well, for Firefox