summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-19 18:22:59 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-19 18:22:59 +0100
commitfcbf4e5f355c7b1cfea89543292703bc35ef49ed (patch)
treeafaccec85525dab08ecff21a7c14fdd641e80692 /templates
parent849b455562c598a98a3c2a8398944fbe469a1b51 (diff)
fix #913
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index eb0f4aa94..adef2b76d 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -33,7 +33,7 @@
ng-href="#/items/feeds/{{ feed.id }}/"
class="title"
ng-class="{'icon-rss': !feed.faviconLink}"
- title="{{ feed.updateErrorCount>50 ? '<?php p($l->t('Update failed more than 50 times')); ?>: ' + feed.lastUpdateError : feed.title }}">
+ title="{{ feed.updateErrorCount>50 ? '<?php p(addslashes($l->t('Update failed more than 50 times'))); ?>: ' + feed.lastUpdateError : feed.title }}">
{{ feed.title }}
</a>