瀏覽代碼

* 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;
   function Moustache(const match, pattern: string; offset: Integer; AString: string): string;
   begin
   begin
     Result:=String(Row[pattern]);
     Result:=String(Row[pattern]);
-    Result := '';
   end;
   end;
 
 
 begin
 begin