diff options
Diffstat (limited to 'template/default/timer_new.html')
-rw-r--r-- | template/default/timer_new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/timer_new.html b/template/default/timer_new.html index 76c5258..20d4210 100644 --- a/template/default/timer_new.html +++ b/template/default/timer_new.html @@ -2,7 +2,7 @@ <html> <head> - <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" /> + <meta http-equiv="content-type" content="text/html;charset=<%! ISO-8859-1 !%>" /> <title>VDRAdmin-AM - <tmpl_if newtimer><%! Create New Timer !%><tmpl_else><%! Edit Timer !%></tmpl_if></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <tmpl_if usercss> @@ -58,7 +58,7 @@ </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="group"> - <tr class="heading"> + <tr class="heading optional"> <td class="col_left"></td> <td colspan="2"></td> <td class="col_right"></td> |