fix some linting errors

This commit is contained in:
dkanada 2020-12-28 13:45:41 +09:00 committed by GitHub
parent 41e34aa88a
commit 098aeea612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,9 +77,9 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) {
html += '</div>';
}
html += "<div class='cardText'>"
html += "<div class='cardText'>";
html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name;
html += '<br/>Status: ' + plugin.Status +'</div>';
html += '<br/>Status: ' + plugin.Status + '</div>';
html += "<div class='cardText cardText-secondary'>";
html += plugin.Version;
html += '</div>';