mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Modifications for https://github.com/the-djmaze/snappymail/issues/12
This commit is contained in:
parent
cfdbe3251e
commit
0eea2cb5ad
2 changed files with 12 additions and 11 deletions
|
|
@ -437,7 +437,7 @@ export function htmlToPlain(html) {
|
|||
}
|
||||
}
|
||||
|
||||
return text.replace(/__bq__start__/gm, '').replace(/__bq__end__/gm, '');
|
||||
return text.replace(/__bq__start__|__bq__end__/gm, '').trim();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue