euscanwww/templates: add anchors to versions

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-08-28 11:22:17 +02:00
parent 70ac94474e
commit a5cf338905
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<dd>
<ul>
{% for version in packaged %}
<li>
<li id="{{ version.version }}-{{version.revision }}:{{ version.slot }}-[{{ version.overlay }}]">
{{ version.version }}-{{ version.revision }} :{{ version.slot }} [{{ version.overlay }}]
</li>
{% endfor %}