diff options
Diffstat (limited to 'template/default/help_at_timer_new.html')
-rw-r--r-- | template/default/help_at_timer_new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/help_at_timer_new.html b/template/default/help_at_timer_new.html index e848833..7443fd0 100644 --- a/template/default/help_at_timer_new.html +++ b/template/default/help_at_timer_new.html @@ -8,7 +8,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><%! Edit AutoTimer !%></title> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> @@ -17,7 +17,7 @@ </tmpl_if> </head> -<body id="at_new" class="help" onload="window.focus()"> +<body id="at_timer_new" class="help" onload="window.focus()"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group"> <tr class="heading"> <td class="col_left"></td> |