rtl: less hints

This commit is contained in:
mattias 2022-03-30 14:38:32 +02:00
parent c6f6130cdc
commit 80136bb8ac

View File

@ -181,8 +181,9 @@ Function HasTemplate : Boolean;
begin
asm
return ('content' in document.createElement('template'))
return ('content' in document.createElement('template'))
end;
Result:=false;
end;