Hi,

If I enable metatag module an insert meta "title", "Description" & "keyword" containing special character it is not parsed and displayed correctly.
e.g. If I put meta description as "o2, online help & o2 help, ask lucy" then it will appear like "o2, online help & o2 help, ask lucy"

Is there any solution to parse this?
Please let me know if anyone already face this issue in drupal - 8.

Comments

NitinSP created an issue. See original summary.

DamienMcKenna’s picture

Priority: Critical » Normal
Issue tags: -Metatags, -metatag
DamienMcKenna’s picture

Issue summary: View changes
DamienMcKenna’s picture

Status: Active » Closed (works as designed)

Honestly, this is ok because ampersands (and other characters) are supposed to be encoded like that in HTML output - they may be slightly harder to read for a person, but browsers and other tools that parse HTML are supposed to be able to handle it properly.