summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index f97ad91d5..140a310f8 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -49,10 +49,10 @@
</div>
<div class="enclosure" ng-if="item.enclosureLink">
- <!--<news-audio type="{{ item.enclosureType }}"
+ <news-audio type="{{ item.enclosureType }}"
ng-src="{{ item.enclosureLink|trustUrl }}">
<?php p($l->t('Download')) ?>
- </news-audio>-->
+ </news-audio>
</div>
<div class="body" news-bind-html-unsafe="item.body"></div>