##// END OF EJS Templates
HTML escape at app/views/common/error.html.erb....
Toshi MARUYAMA -
r6246:1e0f51463794
parent child
Show More
@@ -3,4 +3,4
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