diff --git a/lib/Views/node/Plugin/views/row/Rss.php b/lib/Views/node/Plugin/views/row/Rss.php index acf5bcb8bcc6269e8277efe9e2e2929179fd5675..90edf9547cc3d45bc4ff2d3df36e8b476b368ba4 100644 --- a/lib/Views/node/Plugin/views/row/Rss.php +++ b/lib/Views/node/Plugin/views/row/Rss.php @@ -179,7 +179,7 @@ function render($row) { $item = new stdClass(); $item->description = $item_text; - $item->title = $node->title; + $item->title = $node->label(); $item->link = $node->link; $item->elements = $node->rss_elements; $item->nid = $node->nid;