diff --git a/src/controllers/dashboard/plugins/installed/index.js b/src/controllers/dashboard/plugins/installed/index.js index 00635b042c..98dc2ad71e 100644 --- a/src/controllers/dashboard/plugins/installed/index.js +++ b/src/controllers/dashboard/plugins/installed/index.js @@ -77,9 +77,9 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) { html += ''; } - html += "
" + html += "
"; html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name; - html += '
Status: ' + plugin.Status +'
'; + html += '
Status: ' + plugin.Status + '
'; html += "
"; html += plugin.Version; html += '
';