diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 13:53:24 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 13:53:24 (GMT) |
commit | f3cf1d88e8bbc17025cc4f477568f2995dd99af1 (patch) | |
tree | d3c18233713524ee7fcb8142dd194c94d7be1168 /templates/program/boxes/showtopic.html | |
parent | 735310947b58eae113b782739bfb64b5c80d583c (diff) |
filter titles, optimizations
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 b1b514e..3a1938d 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="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> + <a title="Sendungen mit dem Schwerpunkt {{item.topic}} anzeigen." class="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> |