[Centaury] Fix a variable name in the error page

master
Fedor 2019-07-08 13:07:20 +03:00
parent e423a8527f
commit 2be135afed
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,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;