Changeset 1319
- Timestamp:
- 01/18/08 06:42:14 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app_generators/merb/templates/app/views/exceptions/internal_server_error.html.erb
r1318 r1319 132 132 <h1><%= @exception.name.humanize %> <sup class="error_<%= @exception.class::STATUS %>"><%= @exception.class::STATUS %></sup></h1> 133 133 <% if show_details = ::Merb::Config[:exception_details] -%> 134 <h2><%= h@exception.message %></h2>134 <h2><%== @exception.message %></h2> 135 135 <% else -%> 136 136 <h2>Sorry about that...</h2>
