Rails3: helper: use html_safe for cvs setting

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7550 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-30 08:16:05 +00:00
parent 2681578d53
commit 9afd7b7df6

@ -258,7 +258,7 @@ 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
def bazaar_field_tags(form, repository)