From dc8fa57c0f4d4204948a24856d5f1964fd272d68 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 25 Nov 2024 15:17:12 +0100 Subject: [PATCH] fix ' in message --- templates/lib/toast.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lib/toast.xsl b/templates/lib/toast.xsl index cf9b7c5..5adfb99 100644 --- a/templates/lib/toast.xsl +++ b/templates/lib/toast.xsl @@ -10,7 +10,7 @@ $.toast({ title : '', - message : '', + message : ``, showIcon : 'satellite dish', displayTime: 0, closeIcon : true, @@ -20,7 +20,7 @@ $.toast({ $.toast({ title : '', - message : '', + message : ``, showIcon : 'exclamation triangle', class : 'error', displayTime: 0,