diff -r 3cc7baa69679 -r df0ebfb22f63 web/wp-includes/default-widgets.php --- a/web/wp-includes/default-widgets.php Wed Feb 03 17:52:14 2010 +0000 +++ b/web/wp-includes/default-widgets.php Mon Feb 08 14:15:44 2010 +0000 @@ -798,7 +798,7 @@ $url = esc_url(strip_tags($url)); $icon = includes_url('images/rss.png'); if ( $title ) - $title = "RSS $title"; + $title = "RSS $title"; echo $before_widget; if ( $title ) @@ -907,7 +907,7 @@ if ( $link == '' ) { echo "
  • $title{$date}{$summary}{$author}
  • "; } else { - echo "
  • $title{$date}{$summary}{$author}
  • "; + echo "
  • $title{$date}{$summary}{$author}
  • "; } } echo '';