diff options
Diffstat (limited to 'template/default/toolbar.html')
-rw-r--r-- | template/default/toolbar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/toolbar.html b/template/default/toolbar.html index 5385f19..00f8a9f 100644 --- a/template/default/toolbar.html +++ b/template/default/toolbar.html @@ -2,13 +2,13 @@ <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 - Toolbar</title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> </head> -<body bgcolor="#ffffff"> +<body id="toolbar"> <form action="<tmpl_var url>" method="get" name="FormName"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> |