fix language

pull/702/head
Luke Pulverenti 9 years ago
parent fc6a270fb7
commit e95bea8954

@ -282,7 +282,7 @@ namespace MediaBrowser.WebDashboard.Api
{
var lang = localizationCulture.Split('-').FirstOrDefault();
html = html.Replace("<html>", "<html data-culture=\"" + localizationCulture + "\" lang=\"" + lang + "\">");
html = html.Replace("<html", "<html data-culture=\"" + localizationCulture + "\" lang=\"" + lang + "\"");
}
if (enableMinification)

Loading…
Cancel
Save