diff --git a/public_html/wp-content/themes/wporg-events-2023/src/event-list/index.php b/public_html/wp-content/themes/wporg-events-2023/src/event-list/index.php index 120581fae7..27228b07f3 100644 --- a/public_html/wp-content/themes/wporg-events-2023/src/event-list/index.php +++ b/public_html/wp-content/themes/wporg-events-2023/src/event-list/index.php @@ -134,7 +134,7 @@ function filter_events( array $events ): array { */ function get_section_title( $heading_text ) { $block_markup = ''; - $block_markup .= sprintf ( + $block_markup .= sprintf( '', esc_html( $heading_text ) );