From 2f09db4d2b8a17a097f4af0396feacddc74badf0 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 23 Apr 2020 14:34:37 -0700 Subject: [PATCH] Fixed icon selection in web app. --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 51ea1780..a0a754ec 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -5671,7 +5671,7 @@ x += '
'; x += '
'; x += '
'; - x += '
'; + x += '
'; x += '
'; x += '

'; setDialogMode(2, "Icon Selection", 0, null, x);