mirror of https://github.com/M66B/FairEmail.git
Oops!
This commit is contained in:
parent
7383d0eddb
commit
980cae6ef6
|
@ -2112,7 +2112,7 @@ public class HtmlHelper {
|
|||
text = block.get(i).getWholeText();
|
||||
for (int j = 0; j < text.length(); j++) {
|
||||
char kar = text.charAt(j);
|
||||
if (kar == ' ') {
|
||||
if (kar != ' ') {
|
||||
blank = false;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue