summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-18 17:47:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-18 17:47:50 +0200
commit1ca71fccb13b726ae47f861a4678431bd7c51ed6 (patch)
tree6fd3f3b8b161d1b1fca470689b7e23df3149a098 /templates
parent8eaeb793617076475a6851e1f0cc74e53a1f2f96 (diff)
fix broken audio feeds, fix #508
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 799a407de..8b062b787 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -64,7 +64,7 @@
</h2>
<div class="enclosure" ui-if="item.enclosureLink">
- <news-audio type="{{ item.enclosureType }}" src="{{ item.enclosureLink }}"/><?php
+ <news-audio type="{{ item.enclosureType }}" ng-src="{{ item.enclosureLink|trustUrl }}"/><?php
p($l->t('Download'))
?></audio>
</div>