mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
[minor] Fix a variable name in Basilisk error page
Related commit: e313e5e2ec (diff-115f6bd87b)
This commit is contained in:
parent
ae2267db1e
commit
c2c31f51af
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@
|
|||
// First, find the index of the <a> tag we care about, being
|
||||
// careful not to use an over-greedy regex.
|
||||
var re = /<a id="cert_domain_link" title="([^"]+)">/;
|
||||
var result = domainRe.exec(desc);
|
||||
var result = re.exec(desc);
|
||||
|
||||
if (!result)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue