Verified Commit 87a20f97 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3372790 by hudri: Node revision table class attribute should be an array

parent b63275fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'];