aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Feed.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-08-19 15:36:32 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-08-19 15:36:32 +0200
commit2fa8fdd28e058c818881a593df59700dcb96becd (patch)
tree6e4250f60a770e61a480e9b41860c4d4600e5dee /app/Models/Feed.php
parent5d4e4a8dd0702e42088bd93dca2158a3cb05b7a4 (diff)
parent19df77c249f23f00d247799ca9deaf4fd923e2bf (diff)
Merge branch 'FreshRSS/dev' into cli_update_user
Diffstat (limited to 'app/Models/Feed.php')
-rw-r--r--app/Models/Feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Feed.php b/app/Models/Feed.php
index 52d49db6e..4f11d32e9 100644
--- a/app/Models/Feed.php
+++ b/app/Models/Feed.php
@@ -339,7 +339,7 @@ class FreshRSS_Feed extends Minz_Model {
$this->id(),
$item->get_id(false, false),
$title === null ? '' : $title,
- $author === null ? '' : html_only_entity_decode($author->name),
+ $author === null ? '' : html_only_entity_decode(strip_tags($author->name)),
$content === null ? '' : $content,
$link === null ? '' : $link,
$date ? $date : time()