diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
commit | 06a4de26e05b74e3ed5493cef205af91462678a1 (patch) | |
tree | a6d6f009b3792f838fb4d9a2ff24d3d866cbf201 /template/error_http.html | |
parent | 0a4b5d24845fb86bade3ab3c38a6202862d6caad (diff) |
Making the list creation method.
Diffstat (limited to 'template/error_http.html')
-rw-r--r-- | template/error_http.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/error_http.html b/template/error_http.html index 7cf4f50..c6ab50a 100644 --- a/template/error_http.html +++ b/template/error_http.html @@ -2,10 +2,10 @@ <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=message><TMPL_VAR NAME=message><TMPL_ELSE>Error</TMPL_IF></title> + <title><TMPL_VAR NAME=code> <TMPL_IF NAME=message><TMPL_VAR NAME=message><TMPL_ELSE>Error</TMPL_IF></title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body> - <h1><TMPL_VAR NAME=code> <TMPL_VAR NAME=message></h1> + <div class="errorhttp"><TMPL_VAR NAME=code> <TMPL_VAR NAME=message></div> </body> </html> |