Try fixing syntax error
This commit is contained in:
parent
969b63d002
commit
6c6656abcb
1 changed files with 4 additions and 1 deletions
|
@ -28,4 +28,7 @@ def sidebar_nav():
|
|||
|
||||
<!-- Divider -->
|
||||
<hr class="sidebar-divider">
|
||||
""" + section.get_html() for section in sections
|
||||
""" + """
|
||||
<!-- Divider -->
|
||||
<hr class="sidebar-divider">
|
||||
""".join([section.get_html() for section in sections])
|
Loading…
Reference in a new issue