summaryrefslogtreecommitdiff
path: root/template/default/noperm.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/noperm.html')
-rw-r--r--template/default/noperm.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/template/default/noperm.html b/template/default/noperm.html
index e81480c..804db90 100644
--- a/template/default/noperm.html
+++ b/template/default/noperm.html
@@ -1,15 +1,14 @@
<!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"/>
<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
</head>
-<body>
+<body class="noperm">
<h1><tmpl_var h1></h1>
-
- <p><tmpl_var error></p><hr />
+ <p><tmpl_var error></p>
</body>
</html>