summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2020-05-11 09:44:16 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-06-20 13:27:29 +0200
commit92e0ecd17756c36f7ae2030eb0de329bc71b5b74 (patch)
tree2bde81add422d1a22c3db3011bfab85edfc5d7b3 /templates
parentf9fde62be690901ac3e2580a7a35bb68ce596726 (diff)
fixed double escaped intro
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 67cd8bf50..120e9173a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -50,7 +50,7 @@
+ Content.getFeed(item.feedId).faviconLink +
')'
}">
- <h1 ng-attr-dir="{{item.rtl && 'rtl'}}"><a>{{ ::item.title }} <span class="intro">{{ ::item.intro }}</span></a></h1>
+ <h1 ng-attr-dir="{{item.rtl && 'rtl'}}"><a>{{ ::item.title }} <span class="intro" news-bind-html-unsafe="::item.intro"></span></a></h1>
</li>
<li class="only-in-compact">
<time class="date"