diff --git a/static/js/index.js b/static/js/index.js index 969b5ed..2558e3b 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -103,9 +103,7 @@ var $sitehead = $("#site-head"); }); } - $("ul li").before( - '' - ); + $("ul li").before(''); $("blockquote p").prepend(''); $("blockquote p").append(''); });