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:
wp 2015-06-23 17:05:52 +00:00
parent 53498f8e4f
commit 027baa82af

View File

@ -4815,9 +4815,9 @@ begin
SeenEqual := False;
SeenQuotes := False;
end;
' ' :
' ', '/' :
if InQuote then
AddParmChar(' ')
AddParmChar(ch)
else
if InAttr then begin
InAttr := False;