]> source.dussan.org Git - redmine.git/commitdiff
Rails3: helper: use html_safe for filesysytem scm setting
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 30 Sep 2011 08:16:46 +0000 (08:16 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 30 Sep 2011 08:16:46 +0000 (08:16 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7551 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/repositories_helper.rb

index f46e748a82211101464b51166403a73d9169afb4..a325aea66de644540139d483ee52741bd12b1ec5 100644 (file)
@@ -280,6 +280,6 @@ module RepositoriesHelper
                         :path_encoding, [nil] + Setting::ENCODINGS,
                         :label => l(:field_scm_path_encoding)
                         ) +
-                     '<br />' + l(:text_scm_path_encoding_note))
+                     '<br />'.html_safe + l(:text_scm_path_encoding_note))
   end
 end