зеркало из https://github.com/nextcloud/news.git
fix indention
This commit is contained in:
Родитель
3c7486272c
Коммит
b11cd6e058
|
@ -120,8 +120,8 @@ class FeedFetcher implements IFeedFetcher {
|
|||
$item->setGuid($guid);
|
||||
$item->setGuidHash(md5($guid));
|
||||
$item->setBody(str_replace('<a', '<a target="_blank"',
|
||||
// escape XSS
|
||||
$this->purifier->purify($simplePieItem->get_content())));
|
||||
// escape XSS
|
||||
$this->purifier->purify($simplePieItem->get_content())));
|
||||
$item->setPubDate($simplePieItem->get_date('U'));
|
||||
$item->setLastModified($this->time->getTime());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче