From 7f12f71f94fd0f29a00f0e4d2b2cd09247cb0908 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 14 Jul 2008 15:31:14 +0530 Subject: Add error number as a template parameter for error pages --- doc/default.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/default.html') 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 @@ -{cause} +{errno} {cause} -

HTTP proxy error

+

{cause}

-

The following error has occured at the HTTP proxy: {detail}

+

{detail}


-- cgit v1.2.3