summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
-rw-r--r--templates/part.items.php4
2 files changed, 3 insertions, 3 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>
diff --git a/templates/part.items.php b/templates/part.items.php
index e1f761900..8576e851b 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -62,9 +62,9 @@
</h2>
<div class="enclosure" ng-if="item.enclosureLink">
- <news-audio type="{{ item.enclosureType }}" ng-src="{{ item.enclosureLink|trustUrl }}"/><?php
+ <news-audio type="{{ item.enclosureType }}" ng-src="{{ item.enclosureLink|trustUrl }}"><?php
p($l->t('Download'))
- ?></audio>
+ ?></news-audio>
</div>
<div class="body" news-bind-html-unsafe="item.body">