diff options
Diffstat (limited to 'template/default/at_timer_new.html')
-rw-r--r-- | template/default/at_timer_new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/at_timer_new.html b/template/default/at_timer_new.html index ee83c46..4b6ec1c 100644 --- a/template/default/at_timer_new.html +++ b/template/default/at_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><%! Add New AutoTimer !%><tmpl_else><%! Edit AutoTimer !%></tmpl_if></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css"/> <tmpl_if usercss> @@ -30,7 +30,7 @@ <div id="content"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="group"> - <tr class="heading"> + <tr class="heading optional"> <td class="col_left"></td> <td colspan="2"></td> <td class="col_right"></td> |