Skip to content

Commit 30e5174

Browse files
committed
Fix links to blog posts in RSS feed
1 parent ce97b52 commit 30e5174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Controller/PostController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public function rssAction(): string
8484
} else {
8585
$uriBuilder->setFormat('xml');
8686
$feedUri = $uriBuilder->uriFor('show', ['node' => $rssDocumentNode], 'Frontend\Node', 'Neos.Neos');
87+
$uriBuilder->setFormat('html');
8788
}
8889

8990
$channel = new Channel();

0 commit comments

Comments
 (0)