Verified Commit fdb36c43 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3452502 by Grimreaper, smustgrave: NodeListBuilder is using mark theme wrongly

(cherry picked from commit 32a59501)
parent 8d6cde79
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public function buildRow(EntityInterface $entity) {
    /** @var \Drupal\node\NodeInterface $entity */
    $mark = [
      '#theme' => 'mark',
      '#mark_type' => node_mark($entity->id(), $entity->getChangedTime()),
      '#status' => node_mark($entity->id(), $entity->getChangedTime()),
    ];
    $row['title']['data'] = [
      '#type' => 'link',