diff options
Diffstat (limited to 'template/English/noperm.html')
-rw-r--r-- | template/English/noperm.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/template/English/noperm.html b/template/English/noperm.html index a0e4e49..8f99768 100644 --- a/template/English/noperm.html +++ b/template/English/noperm.html @@ -1,12 +1,11 @@ <html> - <head> - <title><tmpl_var title></title> - </head> - - <body> - <h1><tmpl_var h1></h1> +<head> + <title><tmpl_var title></title> +</head> - <p><tmpl_var error><p><hr> - </body> -</html> +<body> + <h1><tmpl_var h1></h1> + <p><tmpl_var error><p><hr> +</body> +</html> |