Skip to content

Commit

Permalink
fix: fix section repeat table
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Aug 9, 2024
1 parent 89e3016 commit 75b6ac2
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 75b6ac2

Please sign in to comment.