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)
This commit is contained in:
Shannon Deminick
2013-01-10 05:08:52 +03:00
parent b8f455e50b
commit 89332bf3f5
7 changed files with 42 additions and 9 deletions

View File

@@ -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" %><asp:Content ID="DocTypeContent" ContentPlaceHolderID="DocType" runat="server"><!DOCTYPE html></asp:Content>
CodeBehind="editPython.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.developer.editPython" %>
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
<asp:Content ID="DocTypeContent" ContentPlaceHolderID="DocType" runat="server">
<!DOCTYPE html>
</asp:Content>
<asp:Content ID="cp0" runat="server" ContentPlaceHolderID="head">
<script type="text/javascript">
function closeErrorDiv() {