diff options
-rw-r--r-- | src/guile/skribilo/engine/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 08a8eca..2ab5117 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -1368,7 +1368,7 @@ (markup-writer 'section :options '(:title :html-title :number :toc :file :env) :before html-section-title - :after "</div><br>\n") + :after "</div>\n") ;; on-file section writer (markup-writer 'section |