From 2c00c640055dd36eed392699684ff0ace1f17c61 Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Wed, 30 Dec 2020 15:29:51 +0000 Subject: [PATCH] Update src/controllers/dashboard/plugins/installed/index.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fernando Fernández --- 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 cb2bd3c06..9d9b7e86e 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 += '
';