mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-05-08 13:34:06 +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 +
|
+ 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>
|
||||||
<li class="only-in-compact">
|
<li class="only-in-compact">
|
||||||
<time class="date"
|
<time class="date"
|
||||||
|
Loading…
Reference in New Issue
Block a user