diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index f46e748a8..a325aea66 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -280,6 +280,6 @@ module RepositoriesHelper :path_encoding, [nil] + Setting::ENCODINGS, :label => l(:field_scm_path_encoding) ) + - '
' + l(:text_scm_path_encoding_note)) + '
'.html_safe + l(:text_scm_path_encoding_note)) end end