aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-02 13:12:38 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-02 13:12:38 -0800
commit2db932da7868dce1b931c8ffbad898ee03af3748 (patch)
treefa194badd62975e72a9ac54c0bdb306b9199c169 /actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb
parent8890fb80878ed4d814c5cd4a73f3c1d8694680da (diff)
parent73f4f4aa8fc33fdd72e98f397b876a5a5e6528cf (diff)
downloadrails-2db932da7868dce1b931c8ffbad898ee03af3748.tar.gz
rails-2db932da7868dce1b931c8ffbad898ee03af3748.tar.bz2
rails-2db932da7868dce1b931c8ffbad898ee03af3748.zip
Merge pull request #8702 from rubys/master
Fix a number of validation/style errors
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb')
-rw-r--r--actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb7
1 files changed, 3 insertions, 4 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb b/actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb
index 01faf5a475..9f3816bf40 100644
--- a/actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb
+++ b/actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.erb
@@ -9,12 +9,12 @@
<div id="container">
<p>
Showing <i><%=h @exception.file_name %></i> where line <b>#<%=h @exception.line_number %></b> raised:
- <pre><code><%=h @exception.message %></code></pre>
- </p>
+ </p>
+ <pre><code><%=h @exception.message %></code></pre>
<div class="source">
<div class="info">
- <p>Extracted source (around line <strong>#<%=h @exception.line_number %></strong>):
+ <p>Extracted source (around line <strong>#<%=h @exception.line_number %></strong>):</p>
</div>
<div class="data">
<table cellpadding="0" cellspacing="0" class="lines">
@@ -40,5 +40,4 @@
<%= render template: "rescues/_trace" %>
<%= render template: "rescues/_request_and_response" %>
- </div>
</div>