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

fixed installed text alignment

This commit is contained in:
Luke Pulverenti 2013-08-26 17:00:44 -04:00
parent d7d1de09d5
commit 86382af228
2 changed files with 1 additions and 21 deletions

View file

@ -73,7 +73,7 @@
})[0];
if (installedPlugin) {
html += "<span class='installedPluginTitle'>" + plugin.name + "</span> (Installed)";
html += plugin.name + " (Installed)";
} else {
html += plugin.name;
}