##// END OF EJS Templates
HTML escape at app/views/common/error.html.erb....
Toshi MARUYAMA -
r6246:1e0f51463794
parent child
Show More
@@ -1,6 +1,6
1 <h2><%=h @status %></h2>
1 <h2><%=h @status %></h2>
2
2
3 <p id="errorExplanation"><%=h @message %></p>
3 <p id="errorExplanation"><%=h @message %></p>
4 <p><a href="javascript:history.back()">Back</a></p>
4 <p><a href="javascript:history.back()">Back</a></p>
5
5
6 <% html_title @status %>
6 <% html_title h(@status) %>
General Comments 0
You need to be logged in to leave comments. Login now