mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
start people update
This commit is contained in:
@@ -260,7 +260,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
|
||||
html = _localization.LocalizeDocument(html, localizationCulture, GetLocalizationToken);
|
||||
|
||||
html = html.Replace("<html>", "<html lang=\"" + lang + "\">");
|
||||
html = html.Replace("<html>", "<html lang=\"" + lang + "\">").Replace("<body>", "<body><div class=\"pageContainer\">").Replace("</body>", "</div></body>");
|
||||
}
|
||||
|
||||
if (enableMinification)
|
||||
|
||||
Reference in New Issue
Block a user