From 98dd7c107527aff685f6ec89b73a744ab5225f08 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 4c56a316042..05a884a67fa 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -185,12 +185,13 @@ EOF; EOF; + // note: listBegin (like bodyBegin) is not processed through sprintf, so "%" is not escaped as "%%". (bug #12151) protected $listBegin = << +
- +
EOF; protected $listItem = <<