mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Resolve #1415
This commit is contained in:
parent
81f8fe3019
commit
d1154df74d
1 changed files with 2 additions and 0 deletions
|
|
@ -278,6 +278,8 @@ export const
|
||||||
.replace(/<span class="preview-text"[\s\S]+?<\/span>/, '')
|
.replace(/<span class="preview-text"[\s\S]+?<\/span>/, '')
|
||||||
// https://github.com/the-djmaze/snappymail/issues/900
|
// https://github.com/the-djmaze/snappymail/issues/900
|
||||||
.replace(/\u2028/g,' ')
|
.replace(/\u2028/g,' ')
|
||||||
|
// https://github.com/the-djmaze/snappymail/issues/1415
|
||||||
|
.replace(/<br>\s*<\/p>/gi,'</p>')
|
||||||
.trim();
|
.trim();
|
||||||
html = '';
|
html = '';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue