Skip to content

Commit

Permalink
Fix #292
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Sep 2, 2021
1 parent 3c06457 commit 47e8c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void onSuccess(User user) {
} else {
items.add(new BreadcrumbItem(
SafeHtmlUtils.fromSafeConstant(FontAwesomeIconManager.getTag(FontAwesomeIconManager.DATABASE)
+ SafeHtmlUtils.htmlEscape(databaseName))));
+ SafeHtmlUtils.htmlEscape(databaseName)), () -> HistoryManager.gotoDatabase(databaseUUID)));
}
}
});
Expand Down

0 comments on commit 47e8c4e

Please sign in to comment.