diff -rc MT-3.121-full-ja.org/lib/MT/Util.pm MT-3.121-full-ja/lib/MT/Util.pm *** MT-3.121-full-ja.org/lib/MT/Util.pm 2004-12-30 05:13:35.109691464 +0900 --- MT-3.121-full-ja/lib/MT/Util.pm 2004-12-30 05:19:23.448735880 +0900 *************** *** 506,512 **** unless ($blog->allow_comment_html) { $text = remove_html($text); if ($blog->autolink_urls) { ! $text =~ s!(http://\S+)!$1!g; } } $text; --- 506,512 ---- unless ($blog->allow_comment_html) { $text = remove_html($text); if ($blog->autolink_urls) { ! $text =~ s!((https?|ftp)://\S+)!<LINK>!g; } } $text;