aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-14 01:01:53 +0100
committersD <stoned@derpymail.org>2020-02-14 01:01:53 +0100
commitabfc9a91d0d7913983234f3b8677765a653b9bf1 (patch)
tree2be4c1158346f68adcb043ba989156e87bcac468 /webAO/client.js
parent5cebf578fe1f1df1c3cd617b0a265468c0e9b8fc (diff)
accoring to stackoverflow, this is not an issue only lower than is
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js1
1 files changed, 0 insertions, 1 deletions
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, "&amp;")
.replace(/</g, "&lt;")
- .replace(/>/g, "&gt;");
//.replace(/"/g, "&quot;")
//.replace(/'/g, "&#039;");
} else {