diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-10-31 14:50:13 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-10-31 14:50:13 +0000 |
| commit | de2db12cecf46dee1f4b51fef9b4cef5f6e4d497 (patch) | |
| tree | b3f9701624e146f48939df610cb88becc7b6fcf2 /html | |
| parent | 0cd9e07fc7ba492179a08f0c5411578bf65111fa (diff) | |
| download | xxv-de2db12cecf46dee1f4b51fef9b4cef5f6e4d497.tar.gz xxv-de2db12cecf46dee1f4b51fef9b4cef5f6e4d497.tar.bz2 | |
* tlist: fix link to channel from timer
Diffstat (limited to 'html')
| -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> |
