summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.fnl b/lib.fnl
index 6c9dd33..ecf89fa 100644
--- a/lib.fnl
+++ b/lib.fnl
@@ -165,7 +165,7 @@
(# price-str)))
(var cursor (- price-len 3))
(while (< 0 cursor)
- (set price-str (insert price-str " " cursor))
+ (set price-str (insert price-str "&nbsp;" cursor))
(set cursor (- cursor 3)))
price-str)