##// END OF EJS Templates
HTML escape at app/views/news/show.rhtml....
Toshi MARUYAMA -
r6259:2b3726bdc07e
parent child
Show More
@@ -63,7 +63,7
63 <% end %>
63 <% end %>
64 <% end %>
64 <% end %>
65
65
66 <% html_title @news.title -%>
66 <% html_title h(@news.title) -%>
67
67
68 <% content_for :header_tags do %>
68 <% content_for :header_tags do %>
69 <%= stylesheet_link_tag 'scm' %>
69 <%= stylesheet_link_tag 'scm' %>
General Comments 0
You need to be logged in to leave comments. Login now