mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
src/app/item-page: remove newlines in links
The newlines cause whitespace to be enapsulated in the rendered link.
(cherry picked from commit 7207bbbd0e
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
f2f5156065
commit
f08d74b269
@@ -32,7 +32,5 @@
|
||||
<ng-template #browselink let-value="value">
|
||||
<a class="dont-break-out preserve-line-breaks ds-browse-link"
|
||||
[routerLink]="['/browse', browseDefinition.id]"
|
||||
[queryParams]="getQueryParams(value)">
|
||||
{{value}}
|
||||
</a>
|
||||
[queryParams]="getQueryParams(value)">{{value}}</a>
|
||||
</ng-template>
|
||||
|
Reference in New Issue
Block a user