potential fix for #251
This commit is contained in:
@@ -12,7 +12,7 @@ class TagSetPresenter < Presenter
|
|||||||
def tag_list_html(template, options = {})
|
def tag_list_html(template, options = {})
|
||||||
html = ""
|
html = ""
|
||||||
html << "<ul>"
|
html << "<ul>"
|
||||||
@tags.each do |tag|
|
@tags.flatten.each do |tag|
|
||||||
html << build_list_item(tag, template, options)
|
html << build_list_item(tag, template, options)
|
||||||
end
|
end
|
||||||
html << "</ul>"
|
html << "</ul>"
|
||||||
|
|||||||
Reference in New Issue
Block a user