From 89332bf3f586e774d3a578f12d89d11decff9f81 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Thu, 10 Jan 2013 05:08:52 +0300 Subject: [PATCH] updated all editors using the new html 5 doc type to declare the content area below the ASP.Net page declarations (I didn't even know asp.net allowed having controls listed above) --- .../umbraco/developer/Python/editPython.aspx | 7 ++++++- src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx | 8 ++++++-- src/Umbraco.Web.UI/umbraco/settings/editTemplate.aspx | 8 ++++++-- .../umbraco/settings/scripts/editScript.aspx | 7 ++++++- src/Umbraco.Web.UI/umbraco/settings/views/EditView.aspx | 7 ++++++- .../umbraco/developer/Python/editPython.aspx | 7 ++++++- .../umbraco/settings/scripts/editScript.aspx | 7 ++++++- 7 files changed, 42 insertions(+), 9 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/developer/Python/editPython.aspx b/src/Umbraco.Web.UI/umbraco/developer/Python/editPython.aspx index b86f1226b1..f1c3b6d617 100644 --- a/src/Umbraco.Web.UI/umbraco/developer/Python/editPython.aspx +++ b/src/Umbraco.Web.UI/umbraco/developer/Python/editPython.aspx @@ -1,7 +1,12 @@ <%@ Page ValidateRequest="false" Language="c#" MasterPageFile="../../masterpages/umbracoPage.Master" - CodeBehind="editPython.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.developer.editPython" %> + CodeBehind="editPython.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.developer.editPython" %> <%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> + + + + +