summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 444b982..5dbf88d 100644
--- a/play.js
+++ b/play.js
@@ -926,7 +926,7 @@ function on_log(text, ix) {
text = text.replace(/£[CD][CU]\b/g, sub_icon)
text = text.replace(/\.cT(\d+)/g, sub_icon)
text = text.replace(/\.dT(\d+)/g, sub_icon)
- text = text.replace(/.to/g, sub_arrow)
+ text = text.replace(/\.to/g, sub_arrow)
if (text.match(/^\.h1/)) {
text = text.substring(4)