digao-dalpiaz / DzHTMLText

Delphi and Lazarus HTML Label component
MIT License
194 stars 53 forks source link

wrong render of 2 <li> items #48

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

this code

procedure TForm1.FormCreate(Sender: TObject);
begin
  p.Color:= clYellow;
  p.Text:= '<b>Cuda<u>Text</u></b> is editor<br><ul><li>test1</li><li>test2</li></ul>';
end;   

gives wrong render of 2 LI tags. they must reside on 2 lines! Screenshot from 2021-04-18 22-01-49

digao-dalpiaz commented 3 years ago

Fixed.