From dd9accca113a8ab310d69af18ce4bdf3c9fde56a Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 11 Jul 2003 02:23:33 +0000 Subject: ignore   git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1044 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/udnnews.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/udnnews.pl b/util/udnnews.pl index 21e3262c..fd02efc3 100644 --- a/util/udnnews.pl +++ b/util/udnnews.pl @@ -43,6 +43,7 @@ sub getudnnewscontent($$) # ($content) = $buf =~ m|

(.*?)|s if( !$content ); $content =~ s/

/\n/gi; $content =~ s/<.*?>//g; + $content =~ s/ //g; $content =~ s/\r//g; $content =~ s/\n+/\n/gs; $content = strreplace($content); -- cgit v1.2.3