diff --git includes/theme.inc includes/theme.inc index de781ac..86320fc 100644 --- includes/theme.inc +++ includes/theme.inc @@ -1713,7 +1713,7 @@ function theme_table($variables) { if ($key == 'data') { $cells = $value; } - else { + elseif ($key != 'no_striping') { $attributes[$key] = $value; } }