mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Small oops
This commit is contained in:
parent
5a79902731
commit
667cc41e11
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ public class HtmlHelper {
|
|||
Float s = getFontSize(value, 1.0f);
|
||||
if (s != null && s == 0) {
|
||||
if (!"table".equals(element.tagName()) ||
|
||||
!"fixed".endsWith(kv.get("table-layout"))) {
|
||||
!"fixed".equals(kv.get("table-layout"))) {
|
||||
Log.i("Removing no height/width " + element.tagName());
|
||||
element.remove();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue