]> source.dussan.org Git - redmine.git/commitdiff
HTML escape at app/views/auth_sources/edit.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 12:58:24 +0000 (12:58 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 12:58:24 +0000 (12:58 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6363 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/auth_sources/edit.rhtml

index 165fd4f3ec68b53896d0041a6fcf726589c15b86..e2c99aa3c5e49458e228905783d44f0efdb0ce00 100644 (file)
@@ -1,4 +1,4 @@
-<h2><%=l(:label_auth_source)%> (<%= @auth_source.auth_method_name %>)</h2>
+<h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
 
 <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %>
   <%= render :partial => 'form' %>