From 8f2cd195e18f7c26345dfd701216affcd1fdbcd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Jun 2020 15:40:15 +0200 Subject: Remove *TOP* tags from descriptions. --- module/util/options.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/util/options.scm') diff --git a/module/util/options.scm b/module/util/options.scm index c1377253..17d77006 100644 --- a/module/util/options.scm +++ b/module/util/options.scm @@ -38,7 +38,7 @@ ,@valuefmt)) (br) ,@(awhen (assoc-ref args 'description) - `((blockquote ,(car it)) + `((blockquote ,@it) (br))))))) (define (esc . effect) -- cgit v1.2.3