Per k9kiko on bitbucket:

In core/modules/system/templates/html.html.twig, line 36 says:
<title>{{ head_title|safe_join(' | ') }}</title>
We need head_title to be an array, but in metatag.module $variables['head_title'] array is overriden with a string.

CommentFileSizeAuthor
#2 metatag-n2563663-2.patch741 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
741 bytes

The patch provided by k9kiko.

DamienMcKenna’s picture

The patch was from kikoalonsob.

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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