Skip to content

3252086: Allow special characters to be rendered in captions.

knaffles requested to merge 3252086 into 2.x

This allows special characters (including apostrophes) to be rendered in menu item captions.

Rather than using a combination of Html::escape and a #markup render array, here the caption is passed into a #plain_text render array. The caption is autoescaped by Twig on the front-end.

Merge request reports