diff options
Diffstat (limited to 'template/default/index.html')
-rw-r--r-- | template/default/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/index.html b/template/default/index.html index 6485b4a..6f6897a 100644 --- a/template/default/index.html +++ b/template/default/index.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 <tmpl_var version> (<tmpl_var host>)</title> <link href="bilder/favicon.ico" rel="shortcut icon" /> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> @@ -14,7 +14,7 @@ <frame name="main" noresize src="<tmpl_var loginpage>" /> <noframes> - <body bgcolor="#ffffff"> + <body> <p><%! Your Browser does not support frames! !%></p> </body> </noframes> |