From a241ae82ae98b5e94215a62a7d8d39e003012f27 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 25 Apr 2013 14:10:18 +0200 Subject: webapp: turn the
after filename into a style --- webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp.py') diff --git a/webapp.py b/webapp.py index b561ac8..8e520e8 100755 --- a/webapp.py +++ b/webapp.py @@ -79,7 +79,7 @@ detail_template = jinjaenv.from_string( sizefilenamehash functionsfilename {%- for entry in shared -%} {{ entry.size|format_size }} - {%- for filename in entry.filenames %}{{ filename|e }}{% if not loop.last %}
{% endif %}{% endfor -%} + {%- for filename in entry.filenames %}{{ filename|e }}{% endfor -%} {% for filename, match in entry.matches.items() -%} {% if not loop.first %}{% endif -%} {%- for funccomb, hashvalue in match.items() -%} -- cgit v1.2.3