* Fix moustache function

This commit is contained in:
Michaël Van Canneyt 2022-06-22 16:14:05 +02:00
parent 705e4c08f5
commit 6f673ec196

View File

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