diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 2f33b246..184eda09 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -3161,9 +3161,9 @@ var groupingTags = '' + "None" + ''; if (node.tags != null) { groupingTags = ''; for (var i in node.tags) { groupingTags += '' + EscapeHtml(node.tags[i]) + ''; } } if ((meshrights & 4) != 0) { - x += addDeviceAttribute("Tags", '' + groupingTags + ''); + x += addDeviceAttribute("Tags", '' + groupingTags + ''); } else { - x += addDeviceAttribute("Tags", groupingTags); + x += addDeviceAttribute("Tags", '' + groupingTags + ''); } x += '
';