diff --git a/templates/jlog/log_online.html b/templates/jlog/log_online.html
index ed56e06e173586d9f07aed8806727f80741270ec..814a463eb3d7d402840c5c92631f9962010d96aa 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({