Index: src/django_gheat/website/static/heatmap_extensions.js
===================================================================
--- src/django_gheat/website/static/heatmap_extensions.js	(revision 9243)
+++ src/django_gheat/website/static/heatmap_extensions.js	(revision 9244)
@@ -5,7 +5,7 @@
       content = 'Wireless Leiden nodes on mouseposition:<br /><b>';
       $.each(json, function(i,json){
-        content += json.fields.ssid;
+        content += json.fields.ssid + '<br />';
       });
-      content += '</br>';
+      content += '</b>';
       $("#node_list").html(content);
     }
@@ -17,5 +17,5 @@
 
   // Fastest?: http://stackoverflow.com/questions/170986/what-is-the-best-way-to-add-options-to-a-select-from-an-array-with-jquery
-  $.getJSON("/website/foofilter/",
+  $.getJSON("/website/filters/",
     function(json) {
       $.each(json, function(i,json){
