summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 00363f073..55b866f3c 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -48,7 +48,7 @@
<div class="enclosure" ng-if="item.enclosureLink">
<news-audio type="{{ item.enclosureType }}"
- ng-src="{{ item.enclosureLink|trustUrl }}"/>
+ ng-src="{{ item.enclosureLink|trustUrl }}">
<?php p($l->t('Download')) ?>
</news-audio>
</div>