diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 12:42:12 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 12:42:12 (GMT) |
commit | 735310947b58eae113b782739bfb64b5c80d583c (patch) | |
tree | 981ba4ae72fb13573abc09132e7dc0147d921e26 /templates/program/boxes/showinformation.html | |
parent | 41eca6ea975d8092ad9efea8b15a054086a0c4bc (diff) |
abbrevs
Diffstat (limited to 'templates/program/boxes/showinformation.html')
-rw-r--r-- | templates/program/boxes/showinformation.html | 2 |
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> |