diff --git a/static/js/base.js b/static/js/base.js index d174a0cd..55182472 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -86,7 +86,7 @@ function getMatchedNotes(pattern, fun) { * Generate a
  • entry with a given id and text */ function li(id, text, extra_css) { - return "
  • " + text + "
  • \n"; }