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