mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 03:12:32 +02:00
TurboPower_IPro: Avoid html parser adding slash of end tag to previous attribute value if space character is missing
git-svn-id: trunk@49421 -
This commit is contained in:
parent
53498f8e4f
commit
027baa82af
@ -4815,9 +4815,9 @@ begin
|
||||
SeenEqual := False;
|
||||
SeenQuotes := False;
|
||||
end;
|
||||
' ' :
|
||||
' ', '/' :
|
||||
if InQuote then
|
||||
AddParmChar(' ')
|
||||
AddParmChar(ch)
|
||||
else
|
||||
if InAttr then begin
|
||||
InAttr := False;
|
||||
|
Loading…
Reference in New Issue
Block a user