From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 12:59:15 +0000 (+0000) Subject: HTML escape at app/views/auth_sources/new.rhtml. X-Git-Tag: 1.3.0~1579 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e5d9a0e2f013e4ddbc8935dfdd0a1ea33d2f60a4;p=redmine.git HTML escape at app/views/auth_sources/new.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6364 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/auth_sources/new.rhtml b/app/views/auth_sources/new.rhtml index 2d493dc3a..d0b9b1d43 100644 --- a/app/views/auth_sources/new.rhtml +++ b/app/views/auth_sources/new.rhtml @@ -1,4 +1,4 @@ -

<%=l(:label_auth_source_new)%> (<%= @auth_source.auth_method_name %>)

+

<%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)

<% form_tag({:action => 'create'}, :class => "tabular") do %> <%= render :partial => 'form' %>