mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 649266 - Certificate window is broken with long text labels. r=kaie
This commit is contained in:
parent
69fcec8956
commit
e0c7b967b8
@ -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