##// END OF EJS Templates
Rails3: helper: use html_safe for filesysytem scm setting...
Toshi MARUYAMA -
r7431:19ac57e71a28
parent child
Show More
@@ -280,6 +280,6 module RepositoriesHelper
280 :path_encoding, [nil] + Setting::ENCODINGS,
280 :path_encoding, [nil] + Setting::ENCODINGS,
281 :label => l(:field_scm_path_encoding)
281 :label => l(:field_scm_path_encoding)
282 ) +
282 ) +
283 '<br />' + l(:text_scm_path_encoding_note))
283 '<br />'.html_safe + l(:text_scm_path_encoding_note))
284 end
284 end
285 end
285 end
General Comments 0
You need to be logged in to leave comments. Login now