diff --git a/functions.php b/functions.php index c401ce8..f525462 100755 --- a/functions.php +++ b/functions.php @@ -85,7 +85,7 @@ function snow_front_panel_sticky( $atts = array() ) { $the_query = new WP_Query($atts); if ( $the_query->have_posts() ) { $the_query->the_post(); - $return .= '

' . get_the_title() . '

' . '

' . get_the_excerpt() . '

'; + $return .= '

' . get_the_title() . '

' . '

' . get_the_excerpt() . '

'; } else { // No posts found }