diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1399,6 +1399,8 @@ function on_log(text) { p.className = "indent" } + text = text.replace(/->/g, "\u2794") + text = text.replace(/&/g, "&") text = text.replace(/</g, "<") text = text.replace(/>/g, ">") |