mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix some linting errors
This commit is contained in:
parent
41e34aa88a
commit
098aeea612
1 changed files with 2 additions and 2 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue