@@ -258,7 +258,7 module RepositoriesHelper | |||||
258 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
258 | :path_encoding, [nil] + Setting::ENCODINGS, | |
259 | :label => l(:field_scm_path_encoding) |
|
259 | :label => l(:field_scm_path_encoding) | |
260 | ) + |
|
260 | ) + | |
261 | '<br />' + l(:text_scm_path_encoding_note)) |
|
261 | '<br />'.html_safe + l(:text_scm_path_encoding_note)) | |
262 | end |
|
262 | end | |
263 |
|
263 | |||
264 | def bazaar_field_tags(form, repository) |
|
264 | def bazaar_field_tags(form, repository) |
General Comments 0
You need to be logged in to leave comments.
Login now