- Issue created by @jeremy1606
- 🇳🇱Netherlands joshahubbers
I think this is a duplicate of 🐛 Undefined array key "name" RTBC , which is done...
Warning: Undefined array key "name" in pwa_extras_page_attachments() (line 55 of modules/contrib/pwa/modules/pwa_extras/pwa_extras.module).
Warning: Undefined array key "name" in pwa_extras_page_attachments() (line 55 of modules/contrib/pwa/modules/pwa_extras/pwa_ext
Install and configure the pwa_extras.
Because all of the metatags in pwa_extras_tag_list
pass through Html::escape
, when it gets passed through (new DOMDocument())->loadHTML()
the values are escaped and the above error happens.
In place of Html::escape
use Xss::filter
Active
2.0
Code
I think this is a duplicate of 🐛 Undefined array key "name" RTBC , which is done...