aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/Common/HTMLGen/HTMLGenTester.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FMark/src/Common/HTMLGen/HTMLGenTester.fs b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
index 4661ab0..e92456b 100644
--- a/FMark/src/Common/HTMLGen/HTMLGenTester.fs
+++ b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
@@ -318,7 +318,7 @@ let reallyBigTest =
"<body>";
"<p>text1#text2</p>";
"<h1 id=\"Header10\">Header1</h1>";
- "<p><a href=\"#footnote-1\">Footer1</a>text4</p>";
+ "<p><sup><a href=\"#footnote-1\">Footer1</a></sup>text4</p>";
"<p><a href=\"#footnote-Eric\">(Wang, 2017)</a>text6</p>";
"<p id=\"1\">[1] footer1</p>";
"<p id=\"footnote-Eric\">[footnote-Eric] Eric Wang. 2017. \"Not a real website.\" Accessed March 4, 2018. <a href=\"www.example.com/website\">www.example.com/website</a></p>";