// Heading.
    $list['resources_title'] = [
      '#markup' => '<h2>' . $this->t('REST resources') . '</h2>',
    ];

There's no need for this; it's duplicating the page title.

Comments

joachim created an issue. See original summary.

paulocs’s picture

Status: Active » Needs review
StatusFileSize
new745 bytes

You're right. It makes no sense if the page has already the same title.
I created a new patch to remove it.

joachim’s picture

Status: Needs review » Reviewed & tested by the community

That was quick!
Patch looks perfect, thanks!

ilgnerfagundes’s picture

Working perfectly for me, rtbc + 1.

clemens.tolboom’s picture

Status: Reviewed & tested by the community » Fixed

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.