diff options
Diffstat (limited to 'template/default/rc.html')
-rw-r--r-- | template/default/rc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/rc.html b/template/default/rc.html index 8c4d327..a820821 100644 --- a/template/default/rc.html +++ b/template/default/rc.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 - <%! Remote Control !%> (<tmpl_var host>)</title> <script language="JavaScript"> <!-- @@ -14,7 +14,7 @@ </script> </head> -<body bgcolor="#000000" leftmargin="2" marginheight="2" marginwidth="2" topmargin="2"> +<body bgcolor="black" id="rc"> <table width="200" border="0" cellspacing="0" cellpadding="0" background="bilder/fern_back.jpg"> <tr> <td></td> |