projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479b0f1
)
Fix html notif bug. Fixes #254
author
Dessalines
<tyhou13@gmx.com>
Fri, 9 Apr 2021 00:53:39 +0000
(20:53 -0400)
committer
Dessalines
<tyhou13@gmx.com>
Fri, 9 Apr 2021 02:05:31 +0000
(22:05 -0400)
src/shared/utils.ts
patch
|
blob
|
history
diff --git
a/src/shared/utils.ts
b/src/shared/utils.ts
index 919ade539cd64965d05c3a4145d42c7e85368e30..5186028a93b68898cffe5060c223c6cf938e0789 100644
(file)
--- a/
src/shared/utils.ts
+++ b/
src/shared/utils.ts
@@
-591,6
+591,7
@@
export function messageToastify(info: NotifyInfo, router: any) {
gravity: "top",
position: "right",
duration: 5000,
+ escapeMarkup: false,
onClick: () => {
if (toast) {
toast.hideToast();