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; },