diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-08-16 22:36:04 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-08-16 22:36:04 +0200 |
commit | 069f5412dd1ae1f4695a168ae17aded9fb4461fb (patch) | |
tree | 905faf5e20b9b7d79a48f0df542e8de4400fa62a | |
parent | 7528af6d22d3967be9727f6e2d88dfcbf0f78ce9 (diff) | |
download | debian-dedup-069f5412dd1ae1f4695a168ae17aded9fb4461fb.tar.gz |
webapp templates: add an anchor for file issues
-rw-r--r-- | dedup/templates/binary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dedup/templates/binary.html b/dedup/templates/binary.html index 69eceef..46c4fa6 100644 --- a/dedup/templates/binary.html +++ b/dedup/templates/binary.html @@ -21,7 +21,7 @@ <p>Note: Packages with yellow background are required to be installed when this package is installed.</p> {%- endif -%} {%- if issues -%} - <h3>issues with particular files</h3> + <h3 id="issues">issues with particular files</h3> <table border='1'><tr><th>filename</th><th>issue</th></tr> {%- for filename, issue in issues|dictsort(true) -%} <tr><td><span class="filename">{{ filename|e }}</span></td><td>{{ issue|e }}</td></tr> |