Skip to content

Commit

Permalink
Remove a redundant double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jan 16, 2025
1 parent b176c0a commit 42aa161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Elements/CollectionAsTable/Row
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $m->out( '<tr class="list-item ' . $m->interp->apply_escapes($Classes, 'h') . '
. ( $Warning ? 'warnline' : '' ) . '" '
. 'data-index="'.$m->interp->apply_escapes($i, 'h').'" ' . ( $record->can('id') ? ' data-record-id="'.$record->id.'"' : '' )
. ( $Warning ? ' data-warning=1' : '')
. '" >' . "\n" );
. ' >' . "\n" );
my $item = 0;
my $inner_row = 0;
my @row_content;
Expand Down

0 comments on commit 42aa161

Please sign in to comment.