diff options
Diffstat (limited to 'template/default/noperm.html')
-rw-r--r-- | template/default/noperm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/noperm.html b/template/default/noperm.html index 0423ab4..fdb2289 100644 --- a/template/default/noperm.html +++ b/template/default/noperm.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <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><tmpl_var title></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css"/> <tmpl_if usercss> |