summaryrefslogtreecommitdiffstats
path: root/templates/show_objects.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_objects.inc.php')
-rw-r--r--templates/show_objects.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php
index 12629919..0cb0d935 100644
--- a/templates/show_objects.inc.php
+++ b/templates/show_objects.inc.php
@@ -24,7 +24,7 @@
*/
?>
<table class="table-data" cellspacing="0">
-<tr class="<?php echo flip_class(); ?>">
+<tr>
<?php foreach ($headers as $header) { ?>
<th><?php echo scrub_out($header); ?></th>
<?php } ?>