소스 검색

* Fix moustache function

Michaël Van Canneyt 3 년 전
부모
커밋
6f673ec196
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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