If we have special characters in our text like apostrophes they get printed out as ' when printed on screen.
'
albertski created an issue. See original summary.
Have a look at this #2297711: Fix HTML escaping due to Twig autoescape
Issue #2797815 by albertski: Special characters in text issue
Thanks @ziomizar. The problem was related due to the fact that the formatter was escaping special characters and twig autoescapes.
Comments
Comment #2
albertski commentedComment #3
ziomizar commentedHave a look at this #2297711: Fix HTML escaping due to Twig autoescape
Comment #5
albertski commentedThanks @ziomizar. The problem was related due to the fact that the formatter was escaping special characters and twig autoescapes.