##// END OF EJS Templates
HTML escape at app/views/documents/show.rhtml....
Toshi MARUYAMA -
r6247:a2f2592fe10d
parent child
Show More
@@ -25,7 +25,7
25 <% end %>
25 <% end %>
26 <% end %>
26 <% end %>
27
27
28 <% html_title @document.title -%>
28 <% html_title h(@document.title) -%>
29
29
30 <% content_for :header_tags do %>
30 <% content_for :header_tags do %>
31 <%= stylesheet_link_tag 'scm' %>
31 <%= stylesheet_link_tag 'scm' %>
General Comments 0
You need to be logged in to leave comments. Login now