summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prose.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/prose.lua b/prose.lua
index 7f86d5f..90172ec 100644
--- a/prose.lua
+++ b/prose.lua
@@ -86,7 +86,7 @@ end
extensions.fns = function(S)
if not S.footnotes then return "" end
- return {T.hr"", T.ol(S.footnotes)}
+ return {T.hr"", T.ol({class="footnotes"},S.footnotes)}
end
extensions.meta = function(S,text)