style: switching to xhtml5 and sass
[treecutter.git] / treecutter / trie.py
index ccbcada6af16f329e9a5b8bcfda9e9d763b391c7..3d3ae2a3f4e842cf014376a387b630b2823b26ae 100644 (file)
@@ -75,6 +75,7 @@ class Trie():
                     % (sel,subdir,l.value().link(), l.value().page('en').menu())
             if l.children():
                 html += self._menu(l.children(), lang, page, "", subdir)
+            html += "</li>\n"
         html += "</ul>\n"
         return html