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