diff --git a/inc/template-tags.php b/inc/template-tags.php index 50b6968..1f48016 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -52,7 +52,7 @@ function teamwpugph_entry_footer() { $categories_list = get_the_category_list( esc_html__( ', ', 'teamwpugph' ) ); if ( $categories_list ) { /* translators: 1: list of categories. */ - printf( '' . esc_html__( 'Posted in %1$s', 'teamwpugph' ) . '', $categories_list ); // WPCS: XSS OK. + printf( '

' . esc_html__( 'Posted in %1$s', 'teamwpugph' ) . '

', $categories_list ); // WPCS: XSS OK. } /* translators: used between list items, there is a space after the comma */