mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 10:59:14 +00:00
Revert "sanitize article content when importing data from feed"
This reverts commit c7fe1b4e9e.
Conflicts:
include/functions.php
include/rssfuncs.php
This commit is contained in:
@@ -628,8 +628,10 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
}
|
||||
|
||||
# $feed_site_url = $line["site_url"];
|
||||
$article_content = $line["content_preview"];
|
||||
$feed_site_url = $line["site_url"];
|
||||
|
||||
$article_content = sanitize($this->link, $line["content_preview"],
|
||||
false, false, $feed_site_url);
|
||||
|
||||
$reply['content'] .= "<div id=\"POSTNOTE-$id\">";
|
||||
if ($line['note']) {
|
||||
|
||||
Reference in New Issue
Block a user