diff --git a/public/templates/admin/index.tpl b/public/templates/admin/index.tpl
index 788ae1746b..a3a4211f3e 100644
--- a/public/templates/admin/index.tpl
+++ b/public/templates/admin/index.tpl
@@ -24,6 +24,7 @@
ajaxify.register_events(['api:get_all_rooms']);
socket.on('api:get_all_rooms', function(data) {
+
var active_users = document.getElementById('active_users'),
total = 0;
active_users.innerHTML = '';
diff --git a/public/templates/admin/testing/categories.tpl b/public/templates/admin/testing/categories.tpl
index 5fd8b9f101..5bab8d5857 100644
--- a/public/templates/admin/testing/categories.tpl
+++ b/public/templates/admin/testing/categories.tpl
@@ -6,6 +6,7 @@
\ No newline at end of file
+
\ No newline at end of file
diff --git a/public/templates/admin/topics.tpl b/public/templates/admin/topics.tpl
index e0d0a79343..f1a5c61087 100644
--- a/public/templates/admin/topics.tpl
+++ b/public/templates/admin/topics.tpl
@@ -9,7 +9,7 @@
- {topics.title}
+ {topics.title}
Posted {topics.relativeTime} ago by {topics.username}
{topics.postcount} post(s)
@@ -23,4 +23,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/public/templates/admin/users.tpl b/public/templates/admin/users.tpl
index e0c6e4bc0f..83fb14d73a 100644
--- a/public/templates/admin/users.tpl
+++ b/public/templates/admin/users.tpl
@@ -44,4 +44,4 @@
-
\ No newline at end of file
+
diff --git a/public/templates/footer.tpl b/public/templates/footer.tpl
index 51d3b71df6..e61daec9d5 100644
--- a/public/templates/footer.tpl
+++ b/public/templates/footer.tpl
@@ -47,5 +47,9 @@
+
+