From fdd0956f964934baae252694fd3fd92c17f85148 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 May 2020 14:26:40 +0200 Subject: view/utils: Do not swallow spaces after URLs. --- mumi/web/view/utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/utils.scm b/mumi/web/view/utils.scm index bda6cbe..6f6e16a 100644 --- a/mumi/web/view/utils.scm +++ b/mumi/web/view/utils.scm @@ -127,7 +127,7 @@ with the next context." ,(string-trim-right pre #\<) (a (@ (href ,uri-string)) ,uri-string) - ,@rest))) + ,(string-join rest " ")))) `(span (@ (class "line")) ,line))))))) ((or (string-prefix? "Signed-off-by" line) (string-prefix? "Co-authored-by" line)) -- cgit v1.2.3