aboutsummaryrefslogtreecommitdiff
path: root/views/blob.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/blob.html')
-rw-r--r--views/blob.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/blob.html b/views/blob.html
index 9d0e9ff..6e493ab 100644
--- a/views/blob.html
+++ b/views/blob.html
@@ -29,7 +29,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