mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
Turbopower_ipro: Fix handling of a <br> tag after a table.
This commit is contained in:
parent
6d30732ad9
commit
d6828c434c
@ -10631,7 +10631,7 @@ begin
|
|||||||
EnqueueElement(Element);
|
EnqueueElement(Element);
|
||||||
|
|
||||||
EnqueueElement(Owner.SoftLF);
|
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
|
case Align of
|
||||||
hiaTop,
|
hiaTop,
|
||||||
|
Loading…
Reference in New Issue
Block a user