From 59adca44cc6ff4d351f976df4f0fbe4965a837b1 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Tue, 20 Feb 2007 17:42:56 -0600 Subject: [PATCH] Make error documents XHTML. --- public/404.html | 12 +++++++----- public/500.html | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/public/404.html b/public/404.html index 0e184561..5f17be38 100644 --- a/public/404.html +++ b/public/404.html @@ -1,8 +1,10 @@ - - + + + +404 +

File not found

-

Change this error message for pages not found in public/404.html

+

You were, perhaps, looking for cheese?

- \ No newline at end of file + diff --git a/public/500.html b/public/500.html index a1001a00..67a87ceb 100644 --- a/public/500.html +++ b/public/500.html @@ -1,8 +1,10 @@ - - + + + +500 +

Application error (Apache)

-

Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html

+

Something very bad just happened. I just know it. Do you smell smoke?

- \ No newline at end of file +