fix image container html
This commit is contained in:
@@ -19,7 +19,7 @@ class TagSetPresenter < Presenter
|
||||
html = ""
|
||||
|
||||
if ordered_tags.present?
|
||||
html << '<ul itemscope itemtype="http://schema.org/ImageObject">'
|
||||
html << '<ul>'
|
||||
ordered_tags.each do |tag|
|
||||
html << build_list_item(tag, current_query: current_query, show_extra_links: show_extra_links, name_only: name_only)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user