diff options
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 555b6ed..090273c 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -66,7 +66,7 @@ if (type == "now") { }> <div class="event"> <div class="station"> - <div><div><div><$ (epgEvent->Caption()) $></div></div></div> + <div><div><div><a href="schedule.html?channel=<$ Channel->Number() $>" <& tooltip.hint text=(tr("View the schedule of this channel")) &>><$ (epgEvent->Caption()) $></a></div></div></div> </div> <div class="content"> <div class="tools"> |