diff --git a/widgets/class.uw-blogroll.php b/widgets/class.uw-blogroll.php index 69338f89..ae482312 100644 --- a/widgets/class.uw-blogroll.php +++ b/widgets/class.uw-blogroll.php @@ -152,7 +152,7 @@ function shortcode( $atts ) } $html .= sprintf("
  • %s%s%s
  • ", $link, $image, $link, $post->post_title, $byline); } else if ($read_more == 'on') { - $html .= "
  • <{$params->titletag}>{$post->post_title}

    {$date}

    titletag}>{$author}{$image}
    {$excerpt}

    post_title}\">Read more

  • "; + $html .= "
  • <{$params->titletag}>{$post->post_title}

    {$date}

    titletag}>{$author}{$image}
    {$excerpt}

    post_title}\">Read more

  • "; } else { $html .= "
  • <{$params->titletag}>{$post->post_title}

    {$date}

    titletag}>{$author}{$image}
    {$excerpt}
  • "; }