Loading core/modules/node/src/Controller/NodeController.php +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ public function revisionOverview(NodeInterface $node) { '#attached' => [ 'library' => ['node/drupal.node.admin'], ], '#attributes' => ['class' => 'node-revision-table'], '#attributes' => ['class' => ['node-revision-table']], ]; $build['pager'] = ['#type' => 'pager']; Loading Loading
core/modules/node/src/Controller/NodeController.php +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ public function revisionOverview(NodeInterface $node) { '#attached' => [ 'library' => ['node/drupal.node.admin'], ], '#attributes' => ['class' => 'node-revision-table'], '#attributes' => ['class' => ['node-revision-table']], ]; $build['pager'] = ['#type' => 'pager']; Loading