Skip to content

Commit

Permalink
src/app/item-page: remove newlines in links
Browse files Browse the repository at this point in the history
The newlines cause whitespace to be enapsulated in the rendered link.

(cherry picked from commit 7207bbb)
  • Loading branch information
alanorth authored and github-actions[bot] committed Jan 19, 2024
1 parent f2f5156 commit f08d74b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit f08d74b

Please sign in to comment.