Bug 1263174 - fix hostname insertion in SSL error pages, r=past
MozReview-Commit-ID: E9zaJGUHUNw
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
var sd = document.getElementById("errorShortDescText");
|
||||
if (sd) {
|
||||
if (gIsCertError) {
|
||||
sd.textContent = document.getElementById("ed_nssBadCert").textContent;
|
||||
sd.innerHTML = document.getElementById("ed_nssBadCert").innerHTML;
|
||||
}
|
||||
else {
|
||||
sd.textContent = getDescription();
|
||||
|
||||
Reference in New Issue
Block a user