From d6828c434cbae6cde9cfc3842f5423eb9ffe9b02 Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Fri, 20 May 2022 22:19:23 +0200 Subject: [PATCH] Turbopower_ipro: Fix handling of a
tag after a table. --- components/turbopower_ipro/iphtml.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/turbopower_ipro/iphtml.pas b/components/turbopower_ipro/iphtml.pas index 0fdb469df6..010e4388bd 100644 --- a/components/turbopower_ipro/iphtml.pas +++ b/components/turbopower_ipro/iphtml.pas @@ -10631,7 +10631,7 @@ begin EnqueueElement(Element); EnqueueElement(Owner.SoftLF); -// EnqueueElement(Owner.HardLF); // LFs needed otherwise next element is too close + EnqueueElement(Owner.HardLF); // LFs needed otherwise next element is too close { case Align of hiaTop,