From 69e32f3d6b0fe2fcd9714c1d5536b530346b50b0 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Fri, 4 Jun 2010 14:05:18 -0700 Subject: [PATCH] Re-adding an extra div (it's significant other, the extra opening div, is in another template that R# doesn't care about) --HG-- branch : dev --- .../Parts/Common.Body.ManageWrapperPost.ascx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.ManageWrapperPost.ascx b/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.ManageWrapperPost.ascx index 18093dde3..828f40c34 100644 --- a/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.ManageWrapperPost.ascx +++ b/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.ManageWrapperPost.ascx @@ -1,2 +1,7 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Core.Common.ViewModels"%> +<%-- begin: knowingly broken HTML (hence the ManageWrapperPre and ManageWrapperPost templates) +we need "wrapper templates" (among other functionality) in the future of UI composition +please do not delete or the front end will be broken when the user is authenticated. --%> + +<%-- begin: knowingly broken HTML --% \ No newline at end of file