Fixing issue #18170

--HG--
branch : 1.x
extra : transplant_source : %2B%5E%B6%9F%A3/%9EPl%87%C82i%22%28I%DC%3B%27%C6
This commit is contained in:
piedone@pyrocenter.hu
2011-10-17 12:16:54 +02:00
parent e2af924c87
commit 645e737981
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
string siteName = Convert.ToString(WorkContext.CurrentSite.SiteName);
}
<!DOCTYPE html>
<html lang="en" class="static @Html.ClassForPage()">
<html lang="@WorkContext.CurrentCulture" class="static @Html.ClassForPage()">
<head>
<meta charset="utf-8" />
<title>@Html.Title(title, siteName)</title>

View File

@@ -4,7 +4,7 @@
RegisterLink(new LinkEntry {Type = "image/x-icon", Rel = "shortcut icon", Href = Url.Content("~/modules/orchard.themes/Content/orchard.ico")});
}
<!DOCTYPE html>
<html lang="en" class="static @Html.ClassForPage()">
<html lang="@WorkContext.CurrentCulture" class="static @Html.ClassForPage()">
<head>
<meta charset="utf-8" />
<title>@Html.Title()</title>