##// END OF EJS Templates
HTML escape at app/views/wiki/edit.rhtml....
Toshi MARUYAMA -
r6270:7ced7b17fdb1
parent child
Show More
@@ -28,4 +28,4
28 <%= robot_exclusion_tag %>
28 <%= robot_exclusion_tag %>
29 <% end %>
29 <% end %>
30
30
31 <% html_title @page.pretty_title %>
31 <% html_title h(@page.pretty_title) %>
General Comments 0
You need to be logged in to leave comments. Login now