diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-20 05:39:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-20 05:39:13 +0000 |
commit | faecde0ec8c82637ce691fffd7e45e0c623865ba (patch) | |
tree | 1581d18faa283cddf5028e5c060a2f9f74284367 /railties/html/500.html | |
parent | 6f8c99fa34692f44c4470e0ef155ecc1c8b32cd2 (diff) | |
download | rails-faecde0ec8c82637ce691fffd7e45e0c623865ba.tar.gz rails-faecde0ec8c82637ce691fffd7e45e0c623865ba.tar.bz2 rails-faecde0ec8c82637ce691fffd7e45e0c623865ba.zip |
My beautiful eyes [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3993 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html/500.html')
-rw-r--r-- | railties/html/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/500.html b/railties/html/500.html index a1001a008d..ab95f74c46 100644 --- a/railties/html/500.html +++ b/railties/html/500.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> - <h1>Application error (Apache)</h1> + <h1>Application error</h1> <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p> </body> </html>
\ No newline at end of file |