##// END OF EJS Templates
Rails3: helper: use html_safe for cvs setting...
Toshi MARUYAMA -
r7430:9afd7b7df635
parent child
Show More
@@ -258,7 +258,7 module RepositoriesHelper
258 258 :path_encoding, [nil] + Setting::ENCODINGS,
259 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 262 end
263 263
264 264 def bazaar_field_tags(form, repository)
General Comments 0
You need to be logged in to leave comments. Login now