diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-07-14 15:31:14 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-07-14 15:31:14 +0530 |
commit | 7f12f71f94fd0f29a00f0e4d2b2cd09247cb0908 (patch) | |
tree | c1f552e80b95bee946d6b615cde337a772b2bbff /doc/default.html | |
parent | 8b265582542d288fb5ff1bbda9b4d3e967c171dd (diff) | |
download | tinyproxy-7f12f71f94fd0f29a00f0e4d2b2cd09247cb0908.tar.gz tinyproxy-7f12f71f94fd0f29a00f0e4d2b2cd09247cb0908.zip |
Add error number as a template parameter for error pages
Diffstat (limited to 'doc/default.html')
-rw-r--r-- | doc/default.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 /> |