diff options
Diffstat (limited to 'src/guile')
-rw-r--r-- | src/guile/skribilo/engine/info.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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)))) ;*---------------------------------------------------------------------*/ |