mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
.moz-signature is used inconsistently
This commit is contained in:
@@ -2810,8 +2810,8 @@ public class HtmlHelper {
|
||||
|
||||
// <div class="moz-signature">
|
||||
// <pre class="moz-signature" cols="72">
|
||||
d.body().select("div.moz-signature").remove();
|
||||
d.body().select("pre.moz-signature").remove();
|
||||
//d.body().select("div.moz-signature").remove();
|
||||
//d.body().select("pre.moz-signature").remove();
|
||||
|
||||
// Apple: <br id="lineBreakAtBeginningOfSignature"> <div dir="ltr">
|
||||
for (Element br : d.body().select("br#lineBreakAtBeginningOfSignature")) {
|
||||
|
||||
Reference in New Issue
Block a user