Skip to content

Commit 228fd6e

Browse files
committed
s/clean/no/ in explicit tag
1 parent 8a6e88f commit 228fd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/podcasts/feed.rss.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ xml.rss :version => "2.0",
2525
xml.itunes :subtitle, @description
2626
xml.itunes :summary, "CoderDojo コミュニティに関わる方々をハイライトする教育系ポッドキャストです。"
2727
xml.itunes :image, :href => @art_work_url
28-
xml.itunes :explicit, "clean"
28+
xml.itunes :explicit, "no"
2929
xml.itunes :owner do
3030
xml.itunes :name, "Yohei Yasukawa"
3131
xml.itunes :email, "yohei@coderdojo.jp"

0 commit comments

Comments
 (0)