Skip to content

Commit

Permalink
TASK: Adjust category output
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Mar 16, 2017
1 parent b49bf93 commit 1a67b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Page/Feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<itunes:keywords>{keywords}</itunes:keywords>
<itunes:explicit>{explicit}</itunes:explicit>
<f:if condition="{category}">
<itunes:category>{category}</itunes:category>
<itunes:category text="{category}" />
</f:if>
<f:if condition="{email}">
<itunes:email>{email}</itunes:email>
Expand Down

0 comments on commit 1a67b36

Please sign in to comment.