remove list class from report table so conflicting siemens styles won't be applied

pull/6827/head
jwollert 13 years ago
parent 37cd40a01d
commit c4fb3db7c7
  1. 2
      lib/widget/table/report_table.rb

@ -43,7 +43,7 @@ class Widget::Table::ReportTable < Widget::Table
def render
configure_query
configure_walker
write "<table class='list report'>"
write "<table class='report'>"
render_thead
render_tfoot
render_tbody

Loading…
Cancel
Save