diff options
Diffstat (limited to 'template/default/prog_timeline.html')
-rw-r--r-- | template/default/prog_timeline.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/prog_timeline.html b/template/default/prog_timeline.html index b2c87b7..2db25ac 100644 --- a/template/default/prog_timeline.html +++ b/template/default/prog_timeline.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="refresh" content="600; URL=vdradmin.pl?aktion=prog_timeline" /> - <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> + <meta http-equiv="content-type" content="text/html;charset=<?% charset %?>" /> <title>VDRAdmin-AM - <?% gettext('Timeline') %?></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <?% IF usercss %?> @@ -83,7 +83,7 @@ { if (redraw_w != GetWindowW() || redraw_h != GetWindowH()) { - Go('<?% nowurl %?>&time=<?% date.format(now_sec, '%H:%M') %?>'); + Go('<?% nowurl %?>&time=<?% date.format(now_sec, '%H:%M') %?>'); } } |