diff --git a/application/basilisk/base/content/aboutNetError.xhtml b/application/basilisk/base/content/aboutNetError.xhtml index 03459c807..1179ef731 100644 --- a/application/basilisk/base/content/aboutNetError.xhtml +++ b/application/basilisk/base/content/aboutNetError.xhtml @@ -325,7 +325,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;