Zonder doctype reageert simpel_page niet op css

svn path=/Website/trunk/; revision=41405
This commit is contained in:
Peter Feij
2019-03-07 20:53:37 +00:00
parent e79fad69b8
commit 60b3bdcbac

View File

@@ -117,6 +117,7 @@ var shared = {
if (typeof DOCTYPE_Disable == "undefined" || !JSON_Result || typeof JSON == "undefined")
{
Response.Clear();
Response.Write("<!DOCTYPE html>");
Response.Write("<html class='simpel_page'><head>");
if (typeof FCLTHeader != "undefined")
FCLTHeader.Generate();