diff --git a/includes/shortcodes/post-links.php b/includes/shortcodes/post-links.php index 5dae279..072ef85 100644 --- a/includes/shortcodes/post-links.php +++ b/includes/shortcodes/post-links.php @@ -146,7 +146,7 @@ public function link_cards_shortcode( $atts ) { $link_list_html = '
'; foreach ($post_id_groups as $post_ids) { - $link_list_html .= '
'; + $link_list_html .= '
'; foreach ($post_ids as $post_id) { $link_url = get_post_meta( $post_id, 'resource_url', true );