diff --git a/share/html/Elements/CollectionAsTable/Row b/share/html/Elements/CollectionAsTable/Row index cf873bfbb2..72a744a0ea 100644 --- a/share/html/Elements/CollectionAsTable/Row +++ b/share/html/Elements/CollectionAsTable/Row @@ -71,7 +71,7 @@ $m->out( 'can('id') ? ' data-record-id="'.$record->id.'"' : '' ) . ( $Warning ? ' data-warning=1' : '') - . '" >' . "\n" ); + . ' >' . "\n" ); my $item = 0; my $inner_row = 0; my @row_content;