diff --git a/components/turbopower_ipro/iphtml.pas b/components/turbopower_ipro/iphtml.pas index c46eed6ecd..fb75cb445b 100644 --- a/components/turbopower_ipro/iphtml.pas +++ b/components/turbopower_ipro/iphtml.pas @@ -4815,9 +4815,9 @@ begin SeenEqual := False; SeenQuotes := False; end; - ' ' : + ' ', '/' : if InQuote then - AddParmChar(' ') + AddParmChar(ch) else if InAttr then begin InAttr := False;