From 9b6663aa9be05e7fae686f4c9089f68697ebd225 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 19 Sep 2022 17:02:49 +0200 Subject: [PATCH] Cosmetic email --- include/lib/ac_common.php | 1 + include/template/contact-summary.php | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php index 3b6eb3237..a6955346d 100644 --- a/include/lib/ac_common.php +++ b/include/lib/ac_common.php @@ -1654,6 +1654,7 @@ function mailTo($p_email) { $r.=sprintf('%s ',h($email),h($email)); } else { $r.=sprintf("%s",h($email)); + $r.=Icon_Action::warnbulle(83); } diff --git a/include/template/contact-summary.php b/include/template/contact-summary.php index b4ebb3fa6..317e7d1ec 100644 --- a/include/template/contact-summary.php +++ b/include/template/contact-summary.php @@ -72,13 +72,7 @@ $from=$http->request("ac","string","");