From e068668e82673faf5c7cd5ce1de8d70e57ffebd4 Mon Sep 17 00:00:00 2001 From: dkanada Date: Mon, 28 Dec 2020 13:54:33 +0900 Subject: [PATCH] add a missing space --- src/controllers/dashboard/plugins/installed/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dashboard/plugins/installed/index.js b/src/controllers/dashboard/plugins/installed/index.js index fedde5b4c..cb2bd3c06 100644 --- a/src/controllers/dashboard/plugins/installed/index.js +++ b/src/controllers/dashboard/plugins/installed/index.js @@ -55,7 +55,7 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) { })[0]; const configPageUrl = configPage ? Dashboard.getPluginUrl(configPage.Name) : null; let html = ''; - html += "
"; + html += "
"; html += '
'; html += '
'; html += '
';