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/showtopic.html | |
parent | 41eca6ea975d8092ad9efea8b15a054086a0c4bc (diff) |
abbrevs
Diffstat (limited to 'templates/program/boxes/showtopic.html')
-rw-r--r-- | templates/program/boxes/showtopic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/showtopic.html b/templates/program/boxes/showtopic.html index 3dd7e88..b1b514e 100644 --- a/templates/program/boxes/showtopic.html +++ b/templates/program/boxes/showtopic.html @@ -5,7 +5,7 @@ <ul> {% for item in showtopics %} <li> - <a class="filteritem st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> + <a class="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> |