From f024e364041e5696806a07c413d9f2f6a0b0549d Mon Sep 17 00:00:00 2001 From: Andy Kirk Date: Wed, 23 Sep 2015 08:59:01 +0100 Subject: [PATCH] Added tag to contain footnote backlinks --- footnotes/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footnotes/plugin.js b/footnotes/plugin.js index ec253a7..69a948d 100644 --- a/footnotes/plugin.js +++ b/footnotes/plugin.js @@ -182,7 +182,7 @@ } } } - footnote = '
  • ' + links + '' + footnote_text + '
  • '; + footnote = '
  • ' + links + '' + footnote_text + '
  • '; return footnote; },