mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Fixed breaking usenet signature separator
This commit is contained in:
@@ -2523,7 +2523,7 @@ public class HtmlHelper {
|
||||
while (block.size() > 0) {
|
||||
tnode = block.get(block.size() - 1);
|
||||
text = tnode.getWholeText();
|
||||
if (endsWithSpace(text)) {
|
||||
if (endsWithSpace(text) && !"-- ".equals(text)) {
|
||||
text = text.substring(0, text.length() - 1);
|
||||
tnode.text(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user