diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/feeds.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feeds.c b/src/feeds.c index a40df571..c54ac945 100644 --- a/src/feeds.c +++ b/src/feeds.c | |||
@@ -160,6 +160,9 @@ static iFeedJob *startNextJob_Feeds_(iFeeds *d) { | |||
160 | } | 160 | } |
161 | 161 | ||
162 | static iBool isTrimmablePunctuation_(iChar c) { | 162 | static iBool isTrimmablePunctuation_(iChar c) { |
163 | if (c == '"') { | ||
164 | return iFalse; /* Probably quoted text. */ | ||
165 | } | ||
163 | if (c == '(' || c == '[' || c == '{' || c == '<') { | 166 | if (c == '(' || c == '[' || c == '{' || c == '<') { |
164 | return iFalse; | 167 | return iFalse; |
165 | } | 168 | } |