diff --git a/views/default.handlebars b/views/default.handlebars
index 6b0149e7..e5538e7e 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -4486,7 +4486,7 @@
var r = serverinfo.devicemeshrouterlinks.extralinks[i], p = 0;
if (doesDeviceMatchFilterTags(node, r.filter)) {
if (typeof r.protocol == 'number') { p = r.protocol; } else if (r.protocol == 'http') { p = 1; } else if (r.protocol == 'https') { p = 2; } else if (r.protocol == 'rdp') { p = 3; } else if (r.protocol == 'ssh') { p = 4; } else if (r.protocol == 'scp') { p = 5; } else if (r.protocol == 'mcrdesktop') { p = 6; } else if (r.protocol == 'mcrfiles') { p = 7; }
- x += '' + r.name + ' ';
+ x += '' + r.name + ' ';
}
}
}