Browse Source

rtl: less hints

mattias 3 years ago
parent
commit
80136bb8ac
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/rtl/p2jsres.pp

+ 2 - 1
packages/rtl/p2jsres.pp

@@ -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;