- Issue created by @Gábor Hojtsy
- Status changed to Needs review
11 months ago 11:29am 4 April 2024 - 🇭🇺Hungary Gábor Hojtsy Hungary
The generated links are still escaped with % via t(), what's a best practice to avoid that? :)
- Status changed to Needs work
11 months ago 11:35am 4 April 2024 - 🇬🇧United Kingdom longwave UK
Use
['%formats' => Markup::create(implode(', ', $used_in))]
to mark it as safe;Link::createFromRoute()
will already have escaped the the titles.