Problem/Motivation

The output of the module is HTML escaped

Steps to reproduce

Generate structured data for a page with a greater than symbol (>), the output will include ">"

Proposed resolution

Pass the structured data value through \Drupal\Core\Render\Markup::create() as described in https://www.drupal.org/project/drupal/issues/2752283#comment-12622683

Comments

orbmantell created an issue. See original summary.

orbmantell’s picture

StatusFileSize
new505 bytes

Attaching patch which should fix the issue.

orbmantell’s picture

Status: Active » Needs review