diff options
Diffstat (limited to '')
-rw-r--r-- | doc/debug.html | 6 | ||||
-rw-r--r-- | doc/default.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/debug.html b/doc/debug.html index 72d89c9..6ee3367 100644 --- a/doc/debug.html +++ b/doc/debug.html @@ -4,15 +4,15 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> -<title>{cause}</title> +<title>{errno} {cause}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> -<h1>HTTP proxy error</h1> +<h1>{cause}</h1> -<p>The following error has occured at the HTTP proxy: {detail}</p> +<p>{detail}</p> <p>Here are the error variables:</p> diff --git a/doc/default.html b/doc/default.html index 0245254..67354b7 100644 --- a/doc/default.html +++ b/doc/default.html @@ -4,15 +4,15 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> -<title>{cause}</title> +<title>{errno} {cause}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> -<h1>HTTP proxy error</h1> +<h1>{cause}</h1> -<p>The following error has occured at the HTTP proxy: {detail}</p> +<p>{detail}</p> <hr /> |