summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 36f9188..6959334 100644
--- a/index.html
+++ b/index.html
@@ -787,7 +787,7 @@ function GetEPG(epgchan)
// CDS has short info, other providers, a little longer.
EPGNext = th + ":" + tm + " (" + (event.duration/60).toFixed(0) + ")" + " " + event.name + " " + EPGShortnext;
} else {
- EPGNext = th + ":" + tm + " (" + (event.duration/60) + ")" + " " + event.name + " ";
+ EPGNext = th + ":" + tm + " (" + (event.duration/60).toFixed(0) + ")" + " " + event.name + " ";
}
if (!event.time)
{