mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Many small fixes.
This commit is contained in:
parent
9188228f5d
commit
ab374bbb71
13 changed files with 339 additions and 396 deletions
|
|
@ -826,7 +826,7 @@ export function htmlToPlain(html)
|
|||
.replace(/</gi, '<')
|
||||
.replace(/&/gi, '&');
|
||||
|
||||
text = splitPlainText(trim(text));
|
||||
text = splitPlainText(text);
|
||||
|
||||
pos = 0;
|
||||
limit = 800;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue