diff --git a/dev/Common/Html.js b/dev/Common/Html.js index bab69eb45..27e59a2e1 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -278,6 +278,8 @@ export const .replace(//, '') // https://github.com/the-djmaze/snappymail/issues/900 .replace(/\u2028/g,' ') + // https://github.com/the-djmaze/snappymail/issues/1415 + .replace(/
\s*<\/p>/gi,'

') .trim(); html = '';