diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-01 03:43:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-01 03:57:00 +0200 |
commit | 79344b1efee7e914b8d23bd0dfd92664cf698c11 (patch) | |
tree | f58163e1eb3d60c3fcc5aa36cfb0389f7528b63b /template/error.html | |
parent | cd2e069816416dd42ed2528e4843c07309a31f27 (diff) |
W3C Validator (HTML 5 + XHTML 1.1 + CSS level 3)
Diffstat (limited to 'template/error.html')
-rw-r--r-- | template/error.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/error.html b/template/error.html index 34a4762..d9d4eb1 100644 --- a/template/error.html +++ b/template/error.html @@ -1,4 +1,5 @@ -<html> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title><TMPL_IF NAME=NAME> <TMPL_VAR NAME=NAME> </TMPL_IF></title> @@ -6,13 +7,13 @@ </head> <body> <TMPL_IF NAME=NAME> - <p>This is the <span class=error><TMPL_VAR NAME=NAME></span> page. + <p>This is the <span class="error"><TMPL_VAR NAME=NAME></span> page. You are not suppose to see this. If you think it is a bug, please report it to <a href="mailto:admin@fripost.org">admin@fripost.org</a>. </p> </TMPL_IF> - <TMPL_IF NAME=MESSAGE><p class=error><b><TMPL_VAR NAME=MESSAGE></b></p></TMPL_IF> + <TMPL_IF NAME=MESSAGE><p class="error"><b><TMPL_VAR NAME=MESSAGE></b></p></TMPL_IF> <hr/> <TMPL_IF NAME=URL><p><a href="<TMPL_VAR NAME=URL>">Back</a></p></TMPL_IF> |