diff options
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 f0aee0e9f1..0e9c14f4c6 100644 --- a/railties/html/500.html +++ b/railties/html/500.html @@ -5,7 +5,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>We're sorry, but something went wrong</title> + <title>We're sorry, but something went wrong (500)</title> <style type="text/css"> body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { |