Skip to content
Snippets Groups Projects
Commit cecc0ed6 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 8578c44a
No related branches found
Tags v7.3.11
No related merge requests found
......@@ -36,7 +36,7 @@
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ev="http://purl.org/rss/1.0/modules/event/
xmlns:ev="http://purl.org/rss/1.0/modules/event/"
xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
......@@ -77,7 +77,11 @@
<media:description type="plain">{{ . }}</media:description>
{{ end }}
{{ with .credit }}
<media:credit type="html">{{ . }}</media:credit>
<media:credit type="html">
{{- printf "<![CDATA[" | safeHTML -}}
{{ . }}
{{- printf "]]>" | safeHTML -}}
</media:credit>
{{ end }}
</media:content>
{{- end -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment