lib/table_helper.rb in table_helper-0.2.1 vs lib/table_helper.rb in table_helper-0.2.2

- old
+ new

@@ -195,10 +195,10 @@ # </tr> # </tbody> # <tfoot> # <tr> # <td class="post-num_comments">0</td> - # <td class="post-num_trackbacks">0</td> + # <td class="post-num_trackbacks" colspan="5">0</td> # </tr> # </tfoot> # <table> def collection_table(collection, klass = nil, html_options = {}, &block) CollectionTable.new(collection, klass, html_options, &block).html