Skip to content

Commit

Permalink
Fix double qoutes in html for LinklistGroupFromArray (#48)
Browse files Browse the repository at this point in the history
* Fix double qoutes in html for LinklistGroupFromArray

* CC
  • Loading branch information
DvogelHallowelt authored Oct 15, 2024
1 parent 9bc21d1 commit b4e6501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/LinklistGroupFromArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getRendererDataTreeNode( $component, $subComponentNodes ): array
$templateData = array_merge(
$templateData,
[
'cnt-aria' => $ariaAttributesBuilder->build( $aria )
'cnt-aria' => $ariaAttributesBuilder->toString( $aria )
]
);
}
Expand Down

0 comments on commit b4e6501

Please sign in to comment.