diff --git a/plugins/manager/pages/data_history.php b/plugins/manager/pages/data_history.php index 0eff6e4b..b0da26d8 100644 --- a/plugins/manager/pages/data_history.php +++ b/plugins/manager/pages/data_history.php @@ -330,7 +330,7 @@ static function ($a) use (&$dataset, $table, &$historyDatasets, $actionsCell, $n // handle actions column if (0 === $changes) { $a['list']->setColumnLayout($changesCurrent, ['', '###VALUE###']); - $a['list']->setColumnLayout('view', ['', ''.rex_i18n::msg('yform_history_is_current_dataset').'']); + $a['list']->setColumnLayout('view', ['', '' . rex_i18n::msg('yform_history_is_current_dataset') . '']); $a['list']->setColumnLayout('restore', ['', '']); } else { $a['list']->setColumnLayout($changesCurrent, ['', $normalCell]);