summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 12:59:15 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 12:59:15 +0000
commite5d9a0e2f013e4ddbc8935dfdd0a1ea33d2f60a4 (patch)
tree6cad1b77a543b1b8f669ac286837d0603c7ed090 /app/views
parent7ddb0e584f0faaa88e29934f88eab119e9325ae5 (diff)
downloadredmine-e5d9a0e2f013e4ddbc8935dfdd0a1ea33d2f60a4.tar.gz
redmine-e5d9a0e2f013e4ddbc8935dfdd0a1ea33d2f60a4.zip
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/auth_sources/new.rhtml2
1 files changed, 1 insertions, 1 deletions
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 @@
-<h2><%=l(:label_auth_source_new)%> (<%= @auth_source.auth_method_name %>)</h2>
+<h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
<% form_tag({:action => 'create'}, :class => "tabular") do %>
<%= render :partial => 'form' %>