ISSUE: Email Notification HTML Tags
-
Hello there,
we found a small bug about the HTML tags for the email notification content.
In file /clean-login/clean-login.php around row 510 you do the string replaces for the placeholder but the HTML tags of message are still encoded.
So you have to add also:
$emailnotificationcontent = htmlspecialchars_decode($emailnotificationcontent);
So the tags will be used in the Mail Message.
I hope this helps,
Kind Regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘ISSUE: Email Notification HTML Tags’ is closed to new replies.