From abfc9a91d0d7913983234f3b8677765a653b9bf1 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 14 Feb 2020 01:01:53 +0100 Subject: accoring to stackoverflow, this is not an issue only lower than is --- webAO/client.js | 1 - 1 file changed, 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index c21f0e8..80b058a 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -2524,7 +2524,6 @@ function safe_tags(unsafe) { return unsafe .replace(/&/g, "&") .replace(//g, ">"); //.replace(/"/g, """) //.replace(/'/g, "'"); } else { -- cgit