aboutsummaryrefslogtreecommitdiffstats
path: root/who.tl
diff options
context:
space:
mode:
Diffstat (limited to 'who.tl')
-rw-r--r--who.tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/who.tl b/who.tl
index 5faf319..8ac2ebc 100644
--- a/who.tl
+++ b/who.tl
@@ -258,11 +258,11 @@
(esc (thing)
(with-gensyms (result)
^(whenlet ((,result ,thing))
- (put-string (html-encode* ,result) ,',var))))
+ (put-string (html-encode* (tostringp ,result)) ,',var))))
(escq (thing)
(with-gensyms (result)
^(whenlet ((,result ,thing))
- (put-string (html-encode ,result) ,',var))))
+ (put-string (html-encode (tostringp ,result)) ,',var))))
(escj (thing)
(with-gensyms (result)
^(whenlet ((,result ,thing))