aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorTeng Siong Ong <siong1987@gmail.com>2011-08-27 14:31:24 -0500
committerTeng Siong Ong <siong1987@gmail.com>2011-08-27 14:31:24 -0500
commit5acbc19f30b6d27ea9b131aa75bb23643d216088 (patch)
tree98acbad17d07ae9a9f595336d3c7382519b7c417 /railties/lib/rails
parent1606b6c7e4af5ebc0bc705f3c4e4ea63b038ef14 (diff)
downloadrails-5acbc19f30b6d27ea9b131aa75bb23643d216088.tar.gz
rails-5acbc19f30b6d27ea9b131aa75bb23643d216088.tar.bz2
rails-5acbc19f30b6d27ea9b131aa75bb23643d216088.zip
remove misleading line on 500 error page.
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/public/500.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/public/500.html b/railties/lib/rails/generators/rails/app/templates/public/500.html
index b8e4d7c721..f3648a0dbc 100644
--- a/railties/lib/rails/generators/rails/app/templates/public/500.html
+++ b/railties/lib/rails/generators/rails/app/templates/public/500.html
@@ -20,7 +20,6 @@
<!-- This file lives in public/500.html -->
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
- <p>If you believe you've seen this page in error, please notify the site owner.</p>
</div>
</body>
</html>