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 and getdave committed Feb 27, 2024
1 parent 475fad1 commit 266b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/index.php
Expand Up @@ -561,7 +561,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

0 comments on commit 266b4d2

Please sign in to comment.