diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp index 978289a99218..4a5babddeada 100644 --- a/docshell/base/nsAboutRedirector.cpp +++ b/docshell/base/nsAboutRedirector.cpp @@ -71,7 +71,7 @@ static const RedirEntry kRedirMap[] = { {"config", "chrome://global/content/config.xhtml", 0}, #endif #ifdef MOZ_CRASHREPORTER - {"crashes", "chrome://global/content/crashes.xhtml", 0}, + {"crashes", "chrome://global/content/crashes.html", 0}, #endif {"credits", "https://www.mozilla.org/credits/", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, diff --git a/toolkit/crashreporter/content/crashes.xhtml b/toolkit/crashreporter/content/crashes.html similarity index 85% rename from toolkit/crashreporter/content/crashes.xhtml rename to toolkit/crashreporter/content/crashes.html index 27b27b0a8d0f..bd8455c9b164 100644 --- a/toolkit/crashreporter/content/crashes.xhtml +++ b/toolkit/crashreporter/content/crashes.html @@ -1,17 +1,16 @@ - - + - - - - - diff --git a/toolkit/crashreporter/jar.mn b/toolkit/crashreporter/jar.mn index 28e455024a24..641fcaa2fed3 100644 --- a/toolkit/crashreporter/jar.mn +++ b/toolkit/crashreporter/jar.mn @@ -4,7 +4,7 @@ toolkit.jar: #ifdef MOZ_CRASHREPORTER - content/global/crashes.xhtml (content/crashes.xhtml) + content/global/crashes.html (content/crashes.html) content/global/crashes.js (content/crashes.js) content/global/crashes.css (content/crashes.css) #endif