From 410485737155442c5998cd8d57ca3f85f4602f35 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sun, 16 Aug 2020 22:22:31 -0700 Subject: [PATCH] Fixed device groups in My Account. --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 18b28708..8ce4370a 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -9065,7 +9065,7 @@ if (meshrights == 0xFFFFFFFF) rights = "Full Administrator"; else if (meshrights == 0) rights = "No Rights"; // Print the mesh information - r += '
' + EscapeHtml(sortedMeshes[i].name) + '
' + rights + '
'; + r += '
' + EscapeHtml(sortedMeshes[i].name) + '
' + rights + '
'; } meshcount = count;