From 199858656f2111bc5b823db2ef11400a455ab4db Mon Sep 17 00:00:00 2001 From: George Punter Date: Thu, 22 Mar 2018 20:21:59 +0000 Subject: footnote typo --- FMark/src/Common/HTMLGen/HTMLGen.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FMark') 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 -- cgit