Fix missing closing slash

This commit is contained in:
Harm te Molder 2023-01-07 18:46:07 +01:00
parent 31cefa4b9e
commit 29ce7af020
No known key found for this signature in database
GPG Key ID: 74A98B5EEF1920BA
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</content>
<link rel="alternate" href="{{ $item['url'] }}" />
<summary type="html">{{ $item['content'] }}</summary>
<media:content url="{{ $item['media_attachments'][0]['url'] }}" type="image/png" medium="image">
<media:content url="{{ $item['media_attachments'][0]['url'] }}" type="image/png" medium="image" />
</entry>
@endforeach
</feed>