fix language

This commit is contained in:
Luke Pulverenti 2016-03-20 13:56:03 -04:00
parent fc6a270fb7
commit e95bea8954

View file

@ -282,7 +282,7 @@ namespace MediaBrowser.WebDashboard.Api
{ {
var lang = localizationCulture.Split('-').FirstOrDefault(); 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) if (enableMinification)