From 8789c01375061b74fc3919b9f49d497aa944b7b0 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 10 Dec 2024 22:05:39 +0000 Subject: Fix typo --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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) -- cgit v1.2.3