diff --git a/src/nomnom/hugopacket/templates/hugopacket/index.html b/src/nomnom/hugopacket/templates/hugopacket/index.html index a284291..2e85430 100644 --- a/src/nomnom/hugopacket/templates/hugopacket/index.html +++ b/src/nomnom/hugopacket/templates/hugopacket/index.html @@ -84,7 +84,7 @@

{{ packet.name }}

{% if orphan_files %}
-

Other Files

+

Other Files

{% for packet_file in orphan_files %} {% include "hugopacket/bits/packet_file.html" with packet=packet_file %} {% if not forloop.last %}
{% endif %}