diff --git a/lms/templates/staticbook.html b/lms/templates/staticbook.html index ab92d22257..f99bfb6d92 100644 --- a/lms/templates/staticbook.html +++ b/lms/templates/staticbook.html @@ -97,6 +97,10 @@ $("#open_close_accordion a").click(function(){ % for entry in table_of_contents: ${print_entry(entry)} % endfor + + ## Don't delete this empty list item. Without it, Jquery.TreeView won't + ## render the last list item as expandable. +