diff options
Diffstat (limited to 'template/default/error.html')
-rw-r--r-- | template/default/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/error.html b/template/default/error.html index b1ba08b..9b6624a 100644 --- a/template/default/error.html +++ b/template/default/error.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><%! Error! !%></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css"/> <tmpl_if usercss> |