From f2f5156065b1e3672d1b56f4e95f735c6bf8bbec Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Dec 2023 17:45:35 +0300 Subject: [PATCH] src/app/community-list-page: remove newlines in links The newlines cause whitespace to be enapsulated in the rendered link. (cherry picked from commit 7bedf7fc59983983bfdd1061db8d0ae4a5822f12) --- .../community-list/community-list.component.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/community-list-page/community-list/community-list.component.html b/src/app/community-list-page/community-list/community-list.component.html index de67607bb4b..eed9ca64cad 100644 --- a/src/app/community-list-page/community-list/community-list.component.html +++ b/src/app/community-list-page/community-list/community-list.component.html @@ -35,9 +35,7 @@
- - {{ dsoNameService.getName(node.payload) }} - + {{ dsoNameService.getName(node.payload) }}   {{node.payload.archivedItemsCount}} @@ -73,9 +71,7 @@
- - {{ dsoNameService.getName(node.payload) }} - + {{ dsoNameService.getName(node.payload) }}