Merge from master

This commit is contained in:
Brian O'Donnell
2015-05-28 22:41:48 -04:00
parent d374ffd0d0
commit f91081485d
+1 -1
View File
@@ -239,7 +239,7 @@ sub get_feed_items {
my $title = $item->{'title'};
# strip apostrophes
$title =~ s/'//g;
$title =~ s/('|`)//g;
# split up string on non-alphanumerics
my @parts = split( /([^(\p{Letter}|\p{Number})]|\p{Punctuation})/, $title );