The feeds plugin automatically adds a <copyright> and <dc:rights> tag to the generated feeds by using the $site’s copyright field. Many of us use this field to automatically update the year next to it by using the (date: year) KirbyTag. However, as the feeds plugin does not process the field’s value as Kirbytext, the raw KirbyTags will be inserted into the feed’s output.
Please consider to treat that field’s value as Kirbytext and stripping the tags to keep the output XML-compatible:
The feeds plugin automatically adds a
<copyright>
and<dc:rights>
tag to the generated feeds by using the$site
’s copyright field. Many of us use this field to automatically update the year next to it by using the(date: year)
KirbyTag. However, as the feeds plugin does not process the field’s value as Kirbytext, the raw KirbyTags will be inserted into the feed’s output.Please consider to treat that field’s value as Kirbytext and stripping the tags to keep the output XML-compatible: