summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/guile/skribilo/engine/info.scm4
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))))
 
 ;*---------------------------------------------------------------------*/