diff --git a/templates/element/genericElements/IndexTable/Fields/actions.php b/templates/element/genericElements/IndexTable/Fields/actions.php index e0d275b..d399c53 100644 --- a/templates/element/genericElements/IndexTable/Fields/actions.php +++ b/templates/element/genericElements/IndexTable/Fields/actions.php @@ -17,7 +17,7 @@ * - function($row, $options): the lambda function. $row contain the row data * - options: array of options. datapaths described in the datapath keyname will be extracted and replaced with the actual row value */ - echo ''; + echo ''; foreach ($actions as $action) { if (isset($action['requirement']) && !$action['requirement']) { continue;