XSS / style fixes for newly detected issues (after fixing XSS scanner)

This commit is contained in:
Andy Staudacher
2009-09-01 01:28:52 -07:00
parent 94c201f265
commit 53711225ac
7 changed files with 10 additions and 10 deletions
@@ -28,7 +28,7 @@
update = function() {
$.ajax({
url: "<?= url::site("admin/maintenance/run/$task->id?csrf=$csrf") ?>",
url: <?= html::js_string(url::site("admin/maintenance/run/$task->id?csrf=$csrf")) ?>,
dataType: "json",
success: function(data) {
target_value = data.task.percent_complete;