Skip to content

Commit

Permalink
remove border. It is not a valid tr attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryn Warriner committed Aug 25, 2010
1 parent c0d2239 commit 99a9d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_all_inc.php
Expand Up @@ -197,7 +197,7 @@ function write_bug_rows ( $p_rows )
# choose color based on status
$status_color = get_status_color( $t_row->status );

echo '<tr bgcolor="', $status_color, '" border="1" valign="top">';
echo '<tr bgcolor="', $status_color, '" valign="top">';

foreach( $t_columns as $t_column ) {
$t_column_value_function = 'print_column_value';
Expand Down

0 comments on commit 99a9d10

Please sign in to comment.