diff options
-rw-r--r-- | prose.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |