TurboPower_IPro: fixed messed html renderer when wraps to new lines.Patch by Zilvinas Ledas. issue #20562

git-svn-id: trunk@33123 -
This commit is contained in:
zeljko 2011-10-28 06:14:39 +00:00
parent d16d5e3a9b
commit 566f7cd880

View File

@ -11443,14 +11443,13 @@ begin
end;
end;
if SoftBreak and (LastBreakPoint > 0) then
if SoftBreak and (LastBreakPoint > 0) then begin
LastWord := LastBreakPoint;
i := LastBreakPoint + 1;
end;
OutputLine;
{if SoftBreak and (LastBreakPoint > 0) then} {!!}
{i := LastBreakPoint + 1;} {!!}
if TempCenter then begin
Al := SaveAl;
TempCenter := False;