aboutsummaryrefslogtreecommitdiff
path: root/views/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/tree.html')
-rw-r--r--views/tree.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/tree.html b/views/tree.html
index 9682065..aad7402 100644
--- a/views/tree.html
+++ b/views/tree.html
@@ -27,7 +27,9 @@
<a href="{{relroot}}">[{{repo.branch}}]</a> /
% base = smstr(relroot)
% for c in dirname.split('/'):
-% if not c.raw: continue
+% if not c.raw:
+% continue
+% end
<a href="{{base.url}}{{c.url}}/">{{c.unicode}}</a> /
% base += c + '/'
% end