From 50bacfeef21a844e32b513d5cf01bb12a7549387 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès
Date: Wed, 23 Jan 2008 18:12:38 +0100
Subject: html: Fix footnote production.
* src/guile/skribilo/engine/html.scm (&html-footnotes): Use the `:label'
option instead of `:number'.
---
src/guile/skribilo/engine/html.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src')
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm
index d910fee..4a2d92c 100644
--- a/src/guile/skribilo/engine/html.scm
+++ b/src/guile/skribilo/engine/html.scm
@@ -947,7 +947,7 @@
(string-canonicalize
(container-ident fn)))
(format #t "~a: "
- (markup-option fn :number))
+ (markup-option fn :label))
(output (markup-body fn) e)
(display "\n
\n")
(loop (cdr fns)))))
--
cgit v1.2.3