瀏覽代碼

Update batch delete

jqh 5 年之前
父節點
當前提交
5d0d745caf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Grid/Tools/BatchAction.php

+ 1 - 1
src/Grid/Tools/BatchAction.php

@@ -100,7 +100,7 @@ abstract class BatchAction implements Renderable
     public function render()
     {
         return <<<HTML
-<li><a href="#" class="{{$this->getElementClass()}}}">{$this->getTitle()}</a></li>
+<li><a href="#" class="{$this->getElementClass()}">{$this->getTitle()}</a></li>
 HTML;
 
     }