Small oops

This commit is contained in:
M66B 2021-04-23 07:32:12 +02:00
parent 5a79902731
commit 667cc41e11
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}