aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FMark/src/Common/HTMLGen/HTMLGen.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FMark/src/Common/HTMLGen/HTMLGen.fs b/FMark/src/Common/HTMLGen/HTMLGen.fs
index b0853aa..c15f34a 100644
--- a/FMark/src/Common/HTMLGen/HTMLGen.fs
+++ b/FMark/src/Common/HTMLGen/HTMLGen.fs
@@ -182,7 +182,7 @@ let strBody pObjs =
| Table rows -> strTable rows
| List l -> strList l
| Header (h,s) -> strHeader (h,s)
- | InlineFootnotenote (i,s) -> strRef ((string i), s)
+ | Footnote (i,s) -> strRef ((string i), s)
| Citation (i,_,s) -> strRef (i, s)
| ContentTable toc -> strToC toc
| _ -> sprintf "%A is not implemented" pObj