##// END OF EJS Templates
HTML escape at app/views/auth_sources/new.rhtml....
Toshi MARUYAMA -
r6244:e5d9a0e2f013
parent child
Show More
@@ -1,4 +1,4
1 <h2><%=l(:label_auth_source_new)%> (<%= @auth_source.auth_method_name %>)</h2>
1 <h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
2
2
3 <% form_tag({:action => 'create'}, :class => "tabular") do %>
3 <% form_tag({:action => 'create'}, :class => "tabular") do %>
4 <%= render :partial => 'form' %>
4 <%= render :partial => 'form' %>
General Comments 0
You need to be logged in to leave comments. Login now