Commit ec1c6c0bf3cfc1fd3b1f1ae0795ee91796719fc2

Authored by totoro
1 parent 89a02375

remove class module in change_list table

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/widgets/css_helper.anubis
@@ -185,7 +185,7 @@ public define HTML_Partial_Content @@ -185,7 +185,7 @@ public define HTML_Partial_Content
185 )= 185 )=
186 partial_content([css(css_file("css/changelists.css"))], 186 partial_content([css(css_file("css/changelists.css"))],
187 div([class("changelist")], 187 div([class("changelist")],
188 - table([class("module"), attr("cellspacing","0")], make_changelist_rows(items, [], 1)))) 188 + table([/*class("module"), */ attr("cellspacing","0")], make_changelist_rows(items, [], 1))))
189 . 189 .
190 190
191 public define HTML_Off_Form 191 public define HTML_Off_Form