mirror of
https://github.com/redmine/redmine.git
synced 2026-02-06 23:00:15 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user