From 3442ffeb54a845572f38ba6e80c3828af60f3ea5 Mon Sep 17 00:00:00 2001 From: brad2014 Date: Tue, 30 Oct 2018 15:26:16 -0700 Subject: [PATCH] Fix bug #12151: fix list formatting by correcting malformed html Signed-off-by: Brad Rubenstein --- lib/private/Mail/EMailTemplate.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index 4c56a316042ed..05a884a67fa64 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -185,12 +185,13 @@ class EMailTemplate implements IEMailTemplate { EOF; + // note: listBegin (like bodyBegin) is not processed through sprintf, so "%" is not escaped as "%%". (bug #12151) protected $listBegin = << +
- +
EOF; protected $listItem = <<