diff --git a/src/Umbraco.Web/umbraco.presentation/default.aspx.cs b/src/Umbraco.Web/umbraco.presentation/default.aspx.cs index 273f135793..091fa72be3 100644 --- a/src/Umbraco.Web/umbraco.presentation/default.aspx.cs +++ b/src/Umbraco.Web/umbraco.presentation/default.aspx.cs @@ -135,7 +135,7 @@ namespace umbraco { LogHelper.Debug("Umbraco is running in preview mode.", Context.Trace); - if (Response.ContentType == "text/HTML") // ASP.NET default value + if (Response.ContentType == "text/html") // ASP.NET default value { int pos = text.ToLower().IndexOf(""); if (pos > -1)