diff --git a/public/templates/bootstrap/dashboard/js/api.tpl b/public/templates/bootstrap/dashboard/js/api.tpl
index 546f13f0..817ef322 100644
--- a/public/templates/bootstrap/dashboard/js/api.tpl
+++ b/public/templates/bootstrap/dashboard/js/api.tpl
@@ -132,7 +132,7 @@ $(document).ready(function(){
for (var i = j = 0; i < length; i++) {
if (workers[i].hashrate > 0) {
j++;
- $('#b-workers').append('
| ' + workers[i].username + ' | ' + workers[i].hashrate + ' | ' + workers[i].difficulty + ' |
');
+ $('#b-workers').append('| ' + workers[i].username + ' | ' + workers[i].hashrate + ' | ' + workers[i].difficulty + ' |
');
}
}
if (j == 0) { $('#b-workers').html('| No active workers |
'); }
diff --git a/public/templates/bootstrap/dashboard/worker_information/default.tpl b/public/templates/bootstrap/dashboard/worker_information/default.tpl
index cc41f918..3bedcb74 100644
--- a/public/templates/bootstrap/dashboard/worker_information/default.tpl
+++ b/public/templates/bootstrap/dashboard/worker_information/default.tpl
@@ -4,7 +4,7 @@
Worker Information
-