瀏覽代碼

fix language

Luke Pulverenti 9 年之前
父節點
當前提交
e95bea8954
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)