projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5a2a2
)
trie: fixed xhtml generation
author
Fredrik Unger
<fred@tree.se>
Wed, 5 Mar 2014 18:07:19 +0000
(19:07 +0100)
committer
Fredrik Unger
<fred@tree.se>
Wed, 5 Mar 2014 18:07:19 +0000
(19:07 +0100)
Added missing closure of </li>.
treecutter/trie.py
patch
|
blob
|
history
diff --git
a/treecutter/trie.py
b/treecutter/trie.py
index ccbcada6af16f329e9a5b8bcfda9e9d763b391c7..766333d85705d7a69a8acf6f202aebf67d5127a2 100644
(file)
--- a/
treecutter/trie.py
+++ b/
treecutter/trie.py
@@
-68,7
+68,7
@@
class Trie():
if p == page:
sel = ' class="selected"'
if p != None:
- html += '<li%s><a href="%s%s">%s</a>\n' \
+ html += '<li%s><a href="%s%s">%s</a>
</li>
\n' \
% (sel,subdir,l.value().link(),p.menu())
else:
html += '<li%s><a href="%s%s.en" hreflang="en">%s</a>*\n' \