From 34c1f5c7a54342314d6e0426cb7b85153853bf6b Mon Sep 17 00:00:00 2001 From: mormegil Date: Fri, 20 Aug 2021 14:27:09 +0200 Subject: Fix favicon element making broken requests The markup for favicon `` element in feed item used `src` instead of `ng-src`, causing browser to make broken requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` Changing the attribute to `ng-src` fixed that. Signed-off-by: mormegil --- templates/part.content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/part.content.php b/templates/part.content.php index 26329ad35..f0c80e27e 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -196,7 +196,7 @@ t('from')) ?> {{ ::Content.getFeed(item.feedId).title }} - favicon + favicon -- cgit v1.2.3