diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-27 08:41:31 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-27 08:41:31 +0000 |
commit | 9f6736f663c3ea3bfda6c4ddaab1d73a3516abdb (patch) | |
tree | 1055f667c6ea8ed58698af8f370d8480d5d31ac8 /pages | |
parent | ffe665bc701a0e89706394e7180c92e3ea95dd4f (diff) | |
download | vdr-plugin-live-9f6736f663c3ea3bfda6c4ddaab1d73a3516abdb.tar.gz vdr-plugin-live-9f6736f663c3ea3bfda6c4ddaab1d73a3516abdb.tar.bz2 |
- redisplay input time formatted
Diffstat (limited to 'pages')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 7e27bc8..bc8627d 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -61,7 +61,7 @@ if (type == "now") { function init() { % if (attime != "") { - document.getElementById("spectime").value = "<$ attime $>"; + document.getElementById("spectime").value = "<$ displaytime $>"; % } <{ if (fixtime != "") { |