From: Chuck Hagenbuch Date: Fri, 22 Oct 2010 02:03:56 +0000 (-0400) Subject: Slightly more complete 404 output. Should turn this into a full template eventually. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6b48063d204b644cb0246d9153139a31945dc8d6;p=horde.git Slightly more complete 404 output. Should turn this into a full template eventually. --- 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

'); } }