summaryrefslogtreecommitdiff
path: root/templates/program/boxes/showinformation.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/boxes/showinformation.html')
-rw-r--r--templates/program/boxes/showinformation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/program/boxes/showinformation.html b/templates/program/boxes/showinformation.html
index bff9486..9a08ddc 100644
--- a/templates/program/boxes/showinformation.html
+++ b/templates/program/boxes/showinformation.html
@@ -4,8 +4,8 @@
<dd class="portletItem">
<ul>
{% for item in showinformations %}
- <li class="si-{{ item.abbrev }}">
- <a href="../?showinformation={{ item.slug }}">{{ item }}</a>
+ <li>
+ <a class="filteritem si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>