From 645e7379813359467a9c9c13e03acb1bd16f0b52 Mon Sep 17 00:00:00 2001 From: "piedone@pyrocenter.hu" Date: Mon, 17 Oct 2011 12:16:54 +0200 Subject: [PATCH] Fixing issue #18170 --HG-- branch : 1.x extra : transplant_source : %2B%5E%B6%9F%A3/%9EPl%87%C82i%22%28I%DC%3B%27%C6 --- src/Orchard.Web/Core/Shapes/Views/Document.cshtml | 2 +- src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Core/Shapes/Views/Document.cshtml b/src/Orchard.Web/Core/Shapes/Views/Document.cshtml index 11c9d22b6..1a960531f 100644 --- a/src/Orchard.Web/Core/Shapes/Views/Document.cshtml +++ b/src/Orchard.Web/Core/Shapes/Views/Document.cshtml @@ -8,7 +8,7 @@ string siteName = Convert.ToString(WorkContext.CurrentSite.SiteName); } - + @Html.Title(title, siteName) diff --git a/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml b/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml index 45eb950be..88727f382 100644 --- a/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml +++ b/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml @@ -4,7 +4,7 @@ RegisterLink(new LinkEntry {Type = "image/x-icon", Rel = "shortcut icon", Href = Url.Content("~/modules/orchard.themes/Content/orchard.ico")}); } - + @Html.Title()