From e0a3ec0cf92b4351bd1640202abd4dd159f27d95 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Thu, 22 Aug 2013 23:11:39 +0200 Subject: channels updates --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.html') 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 = "
" + Left(recTitl[currMed],60) 
-					+ "\n 

" + AvInfo[currMed] + " " + "\n \n

"; + + "\n

" + AvInfo[currMed] + " " + "\n \n

"; } } -- cgit v1.2.3