mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:25:55 +00:00
decode html entities in article title on import
This commit is contained in:
@@ -524,7 +524,7 @@
|
||||
_debug("update_rss_feed: date $entry_timestamp [$entry_timestamp_fmt]");
|
||||
}
|
||||
|
||||
$entry_title = $item->get_title();
|
||||
$entry_title = html_entity_decode($item->get_title());
|
||||
|
||||
$entry_link = rewrite_relative_url($site_url, $item->get_link());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user