potential fix for #251

This commit is contained in:
albert
2012-01-14 01:33:46 -05:00
parent 29e44b9bfd
commit bec405df95

View File

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