Browse Source

* Fix moustache function

Michaël Van Canneyt 3 years ago
parent
commit
6f673ec196
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/bootstrap/bootstraptablewidget.pp

+ 0 - 1
packages/bootstrap/bootstraptablewidget.pp

@@ -928,7 +928,6 @@ var
   function Moustache(const match, pattern: string; offset: Integer; AString: string): string;
   begin
     Result:=String(Row[pattern]);
-    Result := '';
   end;
 
 begin