aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/500.html
diff options
context:
space:
mode:
authorHongli Lai (Phusion <hongli@phusion.nl>2008-08-26 15:59:03 +0200
committerMichael Koziarski <michael@koziarski.com>2008-08-26 16:28:41 +0200
commitc111522d5b8cd108756240a0348d515d6acee46c (patch)
tree22d11cb429aae9fbe439beb9435966fcdce5877b /railties/html/500.html
parentf9f1ab4e3ddeacadf2a7bce021d742f08f67905f (diff)
downloadrails-c111522d5b8cd108756240a0348d515d6acee46c.tar.gz
rails-c111522d5b8cd108756240a0348d515d6acee46c.tar.bz2
rails-c111522d5b8cd108756240a0348d515d6acee46c.zip
The 'rails' command was broken by the last commit. Fix that.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
Diffstat (limited to 'railties/html/500.html')
-rw-r--r--railties/html/500.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/railties/html/500.html b/railties/html/500.html
index 328fdcc3bc..74142cb04a 100644
--- a/railties/html/500.html
+++ b/railties/html/500.html
@@ -26,7 +26,8 @@
<h1>We're sorry, but something went wrong.</h1>
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
<p><small>(If you're the administrator of this website, then please read
- the log file "<%=h RAILS_ENV %>.log" to find out what went wrong.)</small></p>
+ the log file "<%= "<%s>" % "%=h RAILS_ENV %" %>.log"
+ to find out what went wrong.)</small></p>
</div>
</body>
-</html> \ No newline at end of file
+</html>