Sfoglia il codice sorgente

* Fix moustache function

Michaël Van Canneyt 3 anni fa
parent
commit
6f673ec196
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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