Skip to content

Commit

Permalink
satisfying cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schulze committed Jun 11, 2024
1 parent e6eda59 commit 6737610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/pages/data_history.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static function ($a) use (&$dataset, $table, &$historyDatasets, $actionsCell, $n
// handle actions column
if (0 === $changes) {
$a['list']->setColumnLayout($changesCurrent, ['<th></th>', '<td class="current-dataset-row">###VALUE###</td>']);
$a['list']->setColumnLayout('view', ['<th></th>', '<td colspan="2" class="current-dataset-cell"><span class="current-dataset-hint">'.rex_i18n::msg('yform_history_is_current_dataset').'</span></td>']);
$a['list']->setColumnLayout('view', ['<th></th>', '<td colspan="2" class="current-dataset-cell"><span class="current-dataset-hint">' . rex_i18n::msg('yform_history_is_current_dataset') . '</span></td>']);
$a['list']->setColumnLayout('restore', ['<th></th>', '']);
} else {
$a['list']->setColumnLayout($changesCurrent, ['<th></th>', $normalCell]);
Expand Down

0 comments on commit 6737610

Please sign in to comment.