mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 649266 - Certificate window is broken with long text labels. r=kaie
This commit is contained in:
parent
b694a82634
commit
8af0aed670
@ -259,7 +259,7 @@ function DisplayVerificationData(cert, result)
|
||||
verifystr = bundle.GetStringFromName('certNotVerified_Unknown');
|
||||
}
|
||||
var verified=document.getElementById('verified');
|
||||
verified.setAttribute("value", verifystr);
|
||||
verified.textContent = verifystr;
|
||||
if (count > 0) {
|
||||
var verifyInfoBox = document.getElementById('verify_info_box');
|
||||
for (var i=0; i<count; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user