From: pdbogen Date: Tue, 17 Jun 2008 02:22:56 +0000 (+0000) Subject: Strip nbsps in rss X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f59813bdf365eedceeeb4a83c14b5d561737600e;p=destult.git Strip nbsps in rss git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@45 088b83a4-0077-4247-935c-42ec02c2848b --- diff --git a/commands.yaml b/commands.yaml index 784fa28..e03efe6 100644 --- a/commands.yaml +++ b/commands.yaml @@ -924,6 +924,7 @@ RSS: |- $tmp =~ s/
/\n/g; $tmp =~ s/<[^>]+>//g; } + $tmp =~ s/ / /gi; $tmp =~ s/<//gi; $tmp =~ s/"/"/gi;