Skip to content

Commit

Permalink
Merge pull request #481 from BracketSpace/fix/section-repeater-fix
Browse files Browse the repository at this point in the history
fix: fix section repeater table
  • Loading branch information
Dartui authored Aug 9, 2024
2 parents 89e3016 + 75b6ac2 commit aca3bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/Field/SectionRepeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function field()
$this->headers = [];

$html = sprintf(
'<table class="section-repeater fields-repeater %s" id="%s" "%s">',
'<table class="section-repeater fields-repeater %s" id="%s" %s>',
esc_attr($this->cssClass()),
esc_attr($this->getId()),
$dataAttr
Expand Down

0 comments on commit aca3bae

Please sign in to comment.