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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/showinformation.html b/templates/program/boxes/showinformation.html
index 9a08ddc..ede17e2 100644
--- a/templates/program/boxes/showinformation.html
+++ b/templates/program/boxes/showinformation.html
@@ -5,7 +5,7 @@
<ul>
{% for item in showinformations %}
<li>
- <a class="filteritem si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
+ <a class="abbrev si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>