Browse Source

fix language

Luke Pulverenti 9 years ago
parent
commit
e95bea8954
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.WebDashboard/Api/PackageCreator.cs

+ 1 - 1
MediaBrowser.WebDashboard/Api/PackageCreator.cs

@@ -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)