diff --git a/application/basilisk/base/content/aboutNetError.xhtml b/application/basilisk/base/content/aboutNetError.xhtml index 3296600c8a..5ff79ea128 100644 --- a/application/basilisk/base/content/aboutNetError.xhtml +++ b/application/basilisk/base/content/aboutNetError.xhtml @@ -362,7 +362,7 @@ // First, find the index of the tag we care about, being // careful not to use an over-greedy regex. var re = //; - var result = domainRe.exec(desc); + var result = re.exec(desc); if (!result) return;