diff --git a/includes/shortcodes/post-links.php b/includes/shortcodes/post-links.php index 072ef85..cfa13a7 100644 --- a/includes/shortcodes/post-links.php +++ b/includes/shortcodes/post-links.php @@ -178,12 +178,10 @@ public function link_cards_shortcode( $atts ) { } } - $link_list_html .= '
 
'; - + $link_list_html .= ''; } $link_list_html .= ''; - return $link_list_html; } }