From: des Date: Wed, 2 May 2007 13:56:24 +0000 (+0000) Subject: Correct the URL in the error page. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4053c368990beb2e34fa9de0c0099ec75e2f33e9;p=varnish Correct the URL in the error page. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1375 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c index b882485e..dcf56c45 100644 --- a/varnish-cache/bin/varnishd/cache_response.c +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -148,7 +148,7 @@ RES_Error(struct sess *sp, int code, const char *expl) vsb_printf(sb, "

Guru Meditation:

\r\n", expl); vsb_printf(sb, "

XID: %u

\r\n", sp->xid); vsb_cat(sb, - " Varnish\r\n" + " Varnish\r\n" " \r\n" "\r\n"); vsb_finish(sb);