From 6b48063d204b644cb0246d9153139a31945dc8d6 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Thu, 21 Oct 2010 22:03:56 -0400 Subject: [PATCH] Slightly more complete 404 output. Should turn this into a full template eventually. --- framework/Core/lib/Horde/Core/Controller/NotFound.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Core/Controller/NotFound.php b/framework/Core/lib/Horde/Core/Controller/NotFound.php index 8f510bc43..6ff03c0b1 100644 --- a/framework/Core/lib/Horde/Core/Controller/NotFound.php +++ b/framework/Core/lib/Horde/Core/Controller/NotFound.php @@ -11,6 +11,6 @@ class Horde_Core_Controller_NotFound implements Horde_Controller Horde_Controller_Response $response) { $response->setHeader('HTTP/1.0 404 ', 'Not Found'); - $response->setBody('

404 File Not Found

'); + $response->setBody('404 File Not Found

404 File Not Found

'); } } -- 2.11.0