summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/ibox.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/ibox.ecpp b/pages/ibox.ecpp
index eeada61..4aaa957 100644
--- a/pages/ibox.ecpp
+++ b/pages/ibox.ecpp
@@ -121,7 +121,7 @@ TimerConflictNotifier timerNotifier();
if (prev_chan.Valid() && next_chan.Valid())
{
</%cpp>
- <& xmlresponse.ibox update=(update_status) type=(epgEvent->Id()) caption=(epgEvent->Caption()) currentTime=(epgEvent->CurrentTime(tr("%I:%M:%S %p"))) duration=(epgEvent->StartTime(tr("%I:%M %p")) + string(" - ") + epgEvent->EndTime(tr("%I:%M %p"))) title=(epgEvent->Title()) elapsed=(epgEvent->Elapsed()) prev_chan=(prev_chan) next_chan=(next_chan) infoMsg=(infoMsg) infoUrl=(infoUrl) &>
+<& xmlresponse.ibox update=(update_status) type=(epgEvent->Id()) caption=(epgEvent->Caption()) currentTime=(epgEvent->CurrentTime(tr("%I:%M:%S %p"))) duration=(epgEvent->StartTime(tr("%I:%M %p")) + string(" - ") + epgEvent->EndTime(tr("%I:%M %p"))) title=(epgEvent->Title()) elapsed=(epgEvent->Elapsed()) prev_chan=(prev_chan) next_chan=(next_chan) infoMsg=(infoMsg) infoUrl=(infoUrl) &>
<%cpp>
}
else if (prev_chan.Valid()) {