1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove newline for now

This commit is contained in:
dkanada 2021-02-07 00:47:37 +09:00 committed by GitHub
parent 336843b0ba
commit 4fd5818afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,6 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) {
} else {
html += '<span class="cardImageIcon material-icons extension"></span>';
}
html += configPageUrl ? '</a>' : '</div>';
html += '</div>';
html += '</div>';