From f59813bdf365eedceeeb4a83c14b5d561737600e Mon Sep 17 00:00:00 2001 From: pdbogen Date: Tue, 17 Jun 2008 02:22:56 +0000 Subject: [PATCH] Strip nbsps in rss git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@45 088b83a4-0077-4247-935c-42ec02c2848b --- commands.yaml | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0