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:
parent
f9fde62be6
commit
92e0ecd177
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user