diff --git a/app.js b/app.js
index 8ff9100..a4c1496 100644
--- a/app.js
+++ b/app.js
@@ -96,7 +96,7 @@ $(function() {
if (vpnserver_status[key][this]['up']) {
$('
| ').appendTo($('#' + vpnserver_name + gatemon['uuid']));
} else {
- $(' | ').appendTo($('#' + vpnserver_name + gatemon['uuid']));
+ $(' | ').appendTo($('#' + vpnserver_name + gatemon['uuid']));
}
});
}