Skip to content

Commit 4014484

Browse files
committed
fix url in short history list
1 parent ffc659b commit 4014484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
class="badge badge-secondary mb-1 ml-2"
6262
[class.my-bookmarks-last-search]="bookmark.public === false"
6363
[class.public-bookmarks-last-search]="bookmark.public === true"
64-
href="{{bookmark.location}}}"
64+
href="{{bookmark.location}}"
6565
title="Go to {{bookmark.name}}"
6666
(click)="addToHistoryService.promoteInHistoryIfLoggedIn(userIsLoggedIn, bookmark)"
6767
(auxclick)="addToHistoryService.promoteInHistoryIfLoggedIn(userIsLoggedIn, bookmark)"

0 commit comments

Comments
 (0)