summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-08 23:48:40 +0200
committerTor Andersson <tor@ccxvii.net>2025-04-08 23:48:50 +0200
commitd98cd5504d2b0d1f36c7950b12013e92af83f1ca (patch)
treecf167a5cab8234d3b50f92bbe17dfeb5025af006 /play.js
parent111f2e18a351bb5c8439643378b8b5afb2447fe8 (diff)
downloadvijayanagara-d98cd5504d2b0d1f36c7950b12013e92af83f1ca.tar.gz
fatter charge arrow
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index e8d45ef..ab25b59 100644
--- a/play.js
+++ b/play.js
@@ -1399,6 +1399,8 @@ function on_log(text) {
p.className = "indent"
}
+ text = text.replace(/->/g, "\u2794")
+
text = text.replace(/&/g, "&amp;")
text = text.replace(/</g, "&lt;")
text = text.replace(/>/g, "&gt;")