diff --git a/index.html b/index.html
index a329117..f661864 100644
--- a/index.html
+++ b/index.html
@@ -163,7 +163,7 @@ __      __   _  __   ____  __
 				"CheerpX uses SharedArrayBuffer, which is not available right now.",
 				"",
 				!isSecureContext && "  -  This page is not in a secure context. Serve over HTTPS or WSS.",
-				!isSecureContext && "    " + underline + "https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" + noral,
+				!isSecureContext && "    " + underline + "https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" + normal,
 				isCustom && "  -  The document is not cross-origin isolated.",
 				isCustom && "     " + underline + "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements" + normal, 
 				"  - Your browser might not support SharedArrayBuffer.",