projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
23c0630
)
RSSyl: Do not run html entity replacement on URL and item id strings when adding...
author
Andrej Kacian
<ticho@claws-mail.org>
Thu, 27 Nov 2014 01:12:42 +0000
(
02:12
+0100)
committer
Andrej Kacian
<ticho@claws-mail.org>
Thu, 27 Nov 2014 01:14:52 +0000
(
02:14
+0100)
src/plugins/rssyl/rssyl_add_item.c
patch
|
blob
|
history
diff --git
a/src/plugins/rssyl/rssyl_add_item.c
b/src/plugins/rssyl/rssyl_add_item.c
index b0222713bf1bdaa7110de7ee78231460c39d2d25..bfb531cc9380a32363e39ec3d867918b514f9a91 100644
(file)
--- a/
src/plugins/rssyl/rssyl_add_item.c
+++ b/
src/plugins/rssyl/rssyl_add_item.c
@@
-314,11
+314,11
@@
void rssyl_add_item(RFolderItem *ritem, FeedItem *feed_item)
feed_item_set_title(feed_item, rssyl_format_string(feed_item_get_title(feed_item), TRUE, TRUE));
debug_print("RSSyl: fixing up URL\n");
feed_item_set_url(feed_item, rssyl_format_string(feed_item_get_url(feed_item),
feed_item_set_title(feed_item, rssyl_format_string(feed_item_get_title(feed_item), TRUE, TRUE));
debug_print("RSSyl: fixing up URL\n");
feed_item_set_url(feed_item, rssyl_format_string(feed_item_get_url(feed_item),
-
TRU
E, TRUE));
+
FALS
E, TRUE));
if( feed_item_get_id(feed_item) != NULL ) {
debug_print("RSSyl: fixing up ID\n");
feed_item_set_id(feed_item, rssyl_format_string(feed_item_get_id(feed_item),
if( feed_item_get_id(feed_item) != NULL ) {
debug_print("RSSyl: fixing up ID\n");
feed_item_set_id(feed_item, rssyl_format_string(feed_item_get_id(feed_item),
-
TRU
E, TRUE));
+
FALS
E, TRUE));
}
/* If there's a summary, but no text, use summary as text. */
}
/* If there's a summary, but no text, use summary as text. */