diff --git a/templates/jlog/log_online.html b/templates/jlog/log_online.html
index ed56e06e1..814a463eb 100644
--- a/templates/jlog/log_online.html
+++ b/templates/jlog/log_online.html
@@ -213,7 +213,7 @@
if (login_type=='web'){
var g_url = '{{ web_kill_uri }}' + '?id=' + num;
} else {
- var g_url = "{% url 'log_kill' %} ?id=" + num;
+ var g_url = "{% url 'log_kill' %}?id=" + num;
}
$.ajax({