aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:21:59 +0000
committerGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:21:59 +0000
commit199858656f2111bc5b823db2ef11400a455ab4db (patch)
treea129ca3ffde77142d4c49b1ef9517e64c4221d60 /FMark
parent179585c3c3a97c9f9fae0b1338210cc657d45d56 (diff)
downloadFMark-199858656f2111bc5b823db2ef11400a455ab4db.tar.gz
FMark-199858656f2111bc5b823db2ef11400a455ab4db.zip
footnote typo
Diffstat (limited to 'FMark')
-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