diff options
| -rw-r--r-- | html/tlist.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tlist.tmpl b/html/tlist.tmpl index 2e49875..de87493 100644 --- a/html/tlist.tmpl +++ b/html/tlist.tmpl @@ -102,7 +102,7 @@ </td> <?% ELSIF c == 2; # Channel Field %?> <td nowrap> - <a href="?cmd=program&data=<?% field %?>" title="<?% gettext("Jump to program:") %?> <?% zeile.2 %?>"><div class="<?% myclass %?>"><?% zeile.2 %?></div></a> + <a href="?cmd=program&data=<?% zeile.3 %?>" title="<?% gettext("Jump to program:") %?> <?% field %?>"><div class="<?% myclass %?>"><?% field %?></div></a> </td> <?% ELSIF c == 7; # Title %?> <td> |
