Merge remote-tracking branch 'upstream/pull/3868'
This commit is contained in:
commit
fb81107b6e
2 changed files with 7 additions and 1 deletions
|
@ -32,7 +32,7 @@ module BrowseTagsHelper
|
|||
elsif colour_value = colour_preview(key, value)
|
||||
tag.span("", :class => "colour-preview-box", :"data-colour" => colour_value, :title => t("browse.tag_details.colour_preview", :colour_value => colour_value)) + colour_value
|
||||
else
|
||||
linkify h(value)
|
||||
safe_join(h(value).split(";").map { |x| linkify(x) }, ";")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue