From 840cb9effa79f59a3e33470791a5817fa8d3c7fd Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 21 Oct 2008 16:31:22 +0200 Subject: [PATCH] Split $body into two vars, this allows to more easily retrive the intra-site path for the request as req_path, then use this to fix a bug in 404.tpl --- lib/404.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/404.tpl b/lib/404.tpl index b2a2f0d..13bf79b 100644 --- a/lib/404.tpl +++ b/lib/404.tpl @@ -1,7 +1,7 @@

The page requested for -% echo ''''$"title'''' +% echo ''''$"req_path'''' doesn't exist

% # TODO: Use http://www.google.com/support/webmasters/bin/answer.py?answer=100044&hl=en by default?