summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-08-22 23:11:39 +0200
committerM. Voerman <rekordc@gmail.com>2013-08-22 23:11:39 +0200
commite0a3ec0cf92b4351bd1640202abd4dd159f27d95 (patch)
tree06b150718616ecec3366977baead9841c39cf745 /index.html
parente142f06536528e2e5c29c3747edbdf5ce76c550e (diff)
downloadvdr-vipclient-e0a3ec0cf92b4351bd1640202abd4dd159f27d95.tar.gz
vdr-vipclient-e0a3ec0cf92b4351bd1640202abd4dd159f27d95.tar.bz2
channels updates
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index b995155..8280bd7 100644
--- a/index.html
+++ b/index.html
@@ -3688,9 +3688,9 @@ function ShowInfo() {
day = date.getDay();
h = date.getHours();
m = date.getMinutes();
- h=addzero(h);
- m=addzero(m);
- result = ''+days[day]+' '+d+' '+months[month]+' '+year+' '+h+':'+m;
+ h = addzero(h);
+ m = addzero(m);
+ result = '' + days[day] + ' ' + d + ' ' + months[month] + ' ' + year + ' ' + h + ':' + m;
if ( mediaList.style.opacity == 0 ) { updateStreamInfo(currMed);} else { AvInfo[currMed] = "";}
if (year!==1970) {
@@ -3702,7 +3702,7 @@ function ShowInfo() {
} else {
//info for non-vdr recordings
osdepginfo.innerHTML = "<center><pre style='color:white;'>" + Left(recTitl[currMed],60)
- + "\n </pre><p>" + AvInfo[currMed] + " " + "\n \n </pre></center>";
+ + "\n </pre><p>" + AvInfo[currMed] + " " + "\n \n </p></center>";
}
}