diff -r 4d8ce84092c9 -r a5263dadedf3 plugins/Newsboy.php --- a/plugins/Newsboy.php Thu Apr 16 20:35:28 2009 -0400 +++ b/plugins/Newsboy.php Thu Apr 16 22:09:08 2009 -0400 @@ -448,7 +448,7 @@ } if ( $trimmed ) { - $link = ' Read more...'; + $link = ' Read more...'; $content = preg_replace('/(.+?)<\/(p|ul|table|div|pre)>([\s]*?)$/Usi', '\\1' . $link . '\\3', $content, 1); if ( !strstr($content, $link) ) {