From eaefe7f5171aaab1043fa409a2d7d7cdd395fd70 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Tue, 10 Sep 2013 19:46:59 +0200 Subject: Cosmetic changes/ cleanups --- History | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/History b/History index f9172da..a1b3672 100644 --- a/History +++ b/History @@ -6,6 +6,7 @@ VDR 1.7.29 0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica) Fix: Right month is now shown in recordings menu. Fix: multiple EPG languages on 1 transponder. + Fix: crash when media/recordings directory is empty Added some channels for 42E to group 3 Updated channels.conf SmartwebTV timer handling added (No more restfulapi needed for timers) diff --git a/index.html b/index.html index d0f19e5..5f4f146 100644 --- a/index.html +++ b/index.html @@ -1687,7 +1687,7 @@ function showChannelList() { } EpgInfo[0] = EPG[0][7][listChan]; EpgInfo[1] = EPG[1][7][listChan]; - htmlstring = htmlstring + "" + listChan + "\uE003" + Left(channelsnames[listChan],15) + "\uE003" + Left(EpgInfo[NowNext],64) + ""; + htmlstring = htmlstring + "\uE003\uE003" + listChan + "\uE003" + Left(channelsnames[listChan],15) + "\uE003" + Left(EpgInfo[NowNext],64) + ""; } htmlstring = htmlstring + ""; channelList.innerHTML = htmlstring; -- cgit v1.2.3