diff options
-rw-r--r-- | util/udnnews.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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|<p><font color="#CC0033" class="text12">(.*?)<tr valign="top">|s if( !$content ); $content =~ s/<p>/\n/gi; $content =~ s/<.*?>//g; + $content =~ s/ //g; $content =~ s/\r//g; $content =~ s/\n+/\n/gs; $content = strreplace($content); |