From 5c3cc607e8223268449008eb9e59883613e39ecc Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 10 Apr 2020 22:37:20 +0200 Subject: [PATCH] Fix dynamic list layout --- static/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }