summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-05-05 17:24:50 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-05-05 17:24:50 +0200
commite9fd1846d65f20b2c13f0f5b018c216255333688 (patch)
tree11d7bf0dea4b39912739ef49999fe4a8327b93e1
parent18712ae1eebb4a66c558f9c57df80bde7d9dc63c (diff)
downloaddebian-dedup-e9fd1846d65f20b2c13f0f5b018c216255333688.tar.gz
webapp: markup error in /source template
-rwxr-xr-xwebapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp.py b/webapp.py
index b5aa460..feda422 100755
--- a/webapp.py
+++ b/webapp.py
@@ -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 -%}