euscanwww: per handler package list

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-11-26 14:55:49 +01:00
parent 8ad3ed2897
commit a8f69e8128
5 changed files with 36 additions and 2 deletions

View File

@ -93,7 +93,7 @@
{% for url in version.urls_list %}
<a href="{{ url }}">{{ url }}</a>
{% endfor %}
{% if confidence < 100 %}({{ version.confidence }}%){% endif %}
({% if version.handler != "generic" %}{{ version.handler }} - {% endif %}{{ version.confidence }}%)
</li>
{% endfor %}
</ul>