fix image container html

This commit is contained in:
Albert Yi
2018-10-31 16:14:06 -07:00
parent 9a12fc45d3
commit e334c34836
3 changed files with 4 additions and 4 deletions

View File

@@ -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