diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1422,7 +1422,7 @@ function on_log(text) { text = text.substring(3) p.className = "italic" } - else if (text.match(/^\.f/)) { + else if (text.match(/^\.i/)) { text = text.substring(3) p.className = "indent italic" } |