1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-25 20:15:47 +02:00

fixed double escaped intro

Signed-off-by: anoy <anoymouserver+github@mailbox.org>
This commit is contained in:
anoy 2020-05-11 09:44:16 +02:00 committed by Benjamin Brahmer
parent f9fde62be6
commit 92e0ecd177

View File

@ -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"