Skip to content

Commit

Permalink
Add missing empty space to print out valid HTML. (#59255)
Browse files Browse the repository at this point in the history
Unlinked contributors: gyurmey2.

Co-authored-by: juanfra <juanfra@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: huzaifaalmesbah <huzaifaalmesbah@git.wordpress.org>
  • Loading branch information
4 people authored Feb 22, 2024
1 parent fc0917f commit c9faf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ private static function get_nav_element_directives( $is_interactive ) {
)
);
$nav_element_directives = '
data-wp-interactive="core/navigation"'
data-wp-interactive="core/navigation" '
. $nav_element_context;

return $nav_element_directives;
Expand Down

1 comment on commit c9faf06

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in c9faf06.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/8010075142
📝 Reported issues:

Please sign in to comment.