summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 17:01:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 17:01:20 +0200
commit0c1a67ee4ca4390dcff4a94025bd8fac472968a2 (patch)
treea7500e74b5a7834013876cd07dbf0fe4bc91654c
parent08df2433cad543587458a64a0b81122e1f966cb8 (diff)
add enclosure area
-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>