summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index cf78f62..f786be2 100644
--- a/play.js
+++ b/play.js
@@ -812,7 +812,7 @@ function on_log(text) {
p.className = "h3"
}
- text = text.replace(/\*/g, "")
+ text = text.replace(/([a-zA-Z])\*/g, "")
p.innerHTML = text
return p
}