diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-05-05 17:24:50 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-05-05 17:24:50 +0200 |
commit | e9fd1846d65f20b2c13f0f5b018c216255333688 (patch) | |
tree | 11d7bf0dea4b39912739ef49999fe4a8327b93e1 /webapp.py | |
parent | 18712ae1eebb4a66c558f9c57df80bde7d9dc63c (diff) | |
download | debian-dedup-e9fd1846d65f20b2c13f0f5b018c216255333688.tar.gz |
webapp: markup error in /source template
Diffstat (limited to 'webapp.py')
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ source_template = jinjaenv.from_string( <h1>overview of {{ source|e }}</h1> <table border='1'><tr><th>binary from {{ source|e }}</th><th>savable</th><th>other package</th></tr> {% for package, sharing in packages.items() %} - <tr><td><a href="../binary/{{ package|e }}"><span class="binary-package">{{ package|e }}</span></td><td> + <tr><td><a href="../binary/{{ package|e }}"><span class="binary-package">{{ package|e }}</span></a></td><td> {%- if sharing -%} {{ sharing.savable|filesizeformat }}</td><td><a href="../binary/{{ sharing.package|e }}"><span class="binary-package">{{ sharing.package|e }}</span></a> <a href="../compare/{{ package|e }}/{{ sharing.package|e }}">compare</a> {%- else -%}</td><td>{%- endif -%} |