diff --git a/Rocksolid_Light/rocksolid/newsportal.php b/Rocksolid_Light/rocksolid/newsportal.php index e0740ad..c60cfbb 100644 --- a/Rocksolid_Light/rocksolid/newsportal.php +++ b/Rocksolid_Light/rocksolid/newsportal.php @@ -885,6 +885,7 @@ function html_parse($text) { $word=$words[$i]; if(preg_match('/https?\:\/\/[^\",]+/i', $word)) { $nlink = preg_replace('/(\<|\>);/', '', $word); + $nlink = rtrim($nlink, '.'); $nword = ''.$word.''; if($nword!=$word) { $word=$nword;