summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-06-29 14:36:52 +0530
committerArun Isaac2022-06-29 14:36:52 +0530
commit8a2b664deba5426844ba78a218380b2f8eede60b (patch)
tree712745bab3de70faf47300930d16717b4020470b
parent54ed4e993c6c3fa5f6859b2adbb5833c11ba12a7 (diff)
downloadtissue-8a2b664deba5426844ba78a218380b2f8eede60b.tar.gz
tissue-8a2b664deba5426844ba78a218380b2f8eede60b.tar.lz
tissue-8a2b664deba5426844ba78a218380b2f8eede60b.zip
issue: Remove space at the beginning of search result metadata.
* tissue/issue.scm (document->sxml): Remove space at the beginning of search result metadata.
-rw-r--r--tissue/issue.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tissue/issue.scm b/tissue/issue.scm
index 6995742..f6e51ff 100644
--- a/tissue/issue.scm
+++ b/tissue/issue.scm
@@ -233,7 +233,7 @@ object representing a list of search results."
(issue-keywords issue))
(div (@ (class "search-result-metadata"))
,(string-append
- (format #f " opened ~a by ~a"
+ (format #f "opened ~a by ~a"
(human-date-string (issue-created-date issue))
(issue-creator issue))
(if (> (length (issue-posts issue))