From aba81f2cd2a7ad8bf43312578eb0ad468b97ea49 Mon Sep 17 00:00:00 2001 From: Hope41 Date: Wed, 5 Jun 2024 10:35:44 +0100 Subject: [PATCH] bug fix #6 --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index 067eb24..aac8408 100644 --- a/js/main.js +++ b/js/main.js @@ -68,7 +68,6 @@ window.onload = () => { if (isGrayed) lines[i] = '' + lines[i] + '' else { lines[i] = lines[i] - .replace(/(\<)([^\s].*)(\>)/g, '<$2>') .replace(/(\/\/.*)/g, '$1') .replace(/(\'.*\')/g, '$1') .replace(/(\b\d+\b|\.)/g, '$1')