From f917c5d8dfa863b6fd6629fd0b70c14496f4462f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 7 Jan 2009 22:27:13 +0100 Subject: info: Slightly improve the layout of keyed items (for `description'). * src/guile/skribilo/engine/info.scm (item): Slightly improve the layout of keyed items. --- src/guile/skribilo/engine/info.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/guile/skribilo/engine/info.scm b/src/guile/skribilo/engine/info.scm index 2f983b7..a6ac5bd 100644 --- a/src/guile/skribilo/engine/info.scm +++ b/src/guile/skribilo/engine/info.scm @@ -543,7 +543,9 @@ (if k (begin (output k e) - (display ": "))) + (output-newline) + ;; FIXME: We should indent the body. + )) (output (markup-body n) e)))) ;*---------------------------------------------------------------------*/ -- cgit v1.2.3