From a94218312737171b27da53ce8cd7fe841937e8dd Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Wed, 7 Jul 2021 15:02:00 +0200 Subject: [PATCH] better fix for optioncss --- htdocs/user/notify/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/notify/card.php b/htdocs/user/notify/card.php index 4ef62f25ab5..3acad0ac0c3 100644 --- a/htdocs/user/notify/card.php +++ b/htdocs/user/notify/card.php @@ -437,7 +437,7 @@ if ($result > 0) { } print '
'; - if (!empty($optioncss)) { + if (isset($optioncss) && $optioncss != '') { print ''; } print '';