diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml b/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml index c65184ee4..6eccdfc8c 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml +++ b/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml @@ -22,9 +22,12 @@ } + Model.Id = "layout-wrapper"; + var tag = Tag (Model, "div"); + } -
+@tag.StartElement @* needs to be the page title, not page (head) title... *@ @* Adds text and html to the header zone *@ @@ -85,4 +88,4 @@ } -
\ No newline at end of file +@tag.EndElement \ No newline at end of file