aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLudovic Courtès2008-01-23 18:12:38 +0100
committerLudovic Courtès2008-01-23 18:12:38 +0100
commit50bacfeef21a844e32b513d5cf01bb12a7549387 (patch)
tree92f98206a505191af39f7430d419d98929e35018 /src
parent99a169d9d9dcf88433df17902e6f66afa1fcf1c4 (diff)
downloadskribilo-50bacfeef21a844e32b513d5cf01bb12a7549387.tar.gz
skribilo-50bacfeef21a844e32b513d5cf01bb12a7549387.tar.lz
skribilo-50bacfeef21a844e32b513d5cf01bb12a7549387.zip
html: Fix footnote production.
* src/guile/skribilo/engine/html.scm (&html-footnotes): Use the `:label' option instead of `:number'.
Diffstat (limited to 'src')
-rw-r--r--src/guile/skribilo/engine/html.scm2
1 files changed, 1 insertions, 1 deletions
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 "<sup><small>~a</small></sup></a>: "
- (markup-option fn :number))
+ (markup-option fn :label))
(output (markup-body fn) e)
(display "\n<br>\n")
(loop (cdr fns)))))