From e2140ac8c217a3523fab8371cfb6e6e8d31ec98e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 29 Nov 2012 23:24:12 +0100 Subject: html: Fix erroneous tag close for footnotes. * src/guile/skribilo/engine/html.scm (&html-footnotes): Emit at the end, not
. Reported by Klaus Schilling . --- src/guile/skribilo/engine/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guile/skribilo/engine/html.scm') diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 3a58084..2595277 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -954,7 +954,7 @@ (output (markup-body fn) e) (display "\n
\n") (loop (cdr fns))))) - (display "
"))))) + (display "
"))))) ;*---------------------------------------------------------------------*/ ;* html-title-authors ... */ -- cgit v1.2.3