Skip to content

Commit

Permalink
[BUGFIX] Do not render fluid namespace helper in rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Mar 19, 2020
1 parent 2e1c159 commit 08d3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/List/Post.rss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html xmlns:dc="http://purl.org/dc/elements/1.1/">
<html xmlns:dc="http://purl.org/dc/elements/1.1/" data-namespace-typo3-fluid="true">
<f:spaceless>
<item>
<title>{post.title}</title>
Expand Down

0 comments on commit 08d3aa4

Please sign in to comment.