summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tissue/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tissue/web.scm b/tissue/web.scm
index bd6e0b0..0a07a34 100644
--- a/tissue/web.scm
+++ b/tissue/web.scm
@@ -117,7 +117,7 @@ NEW-EXTENSION."
                             #\/)))))
            ,(markup-option markup #:title))
         ,@(map (lambda (tag)
-                 (let ((words (string-split tag (char-set #\- #\s pace))))
+                 (let ((words (string-split tag (char-set #\- #\space))))
                    `(a (@ (href ,(string-append (%tags-path) "/"
                                                 (uri-encode (sanitize-string tag))
                                                 ".html"))