- Edited
Hi there,
I'm currently migrating a site from Joomla 3 to Joomla 5. The site has an override for the product list (layouts/jamegafilter/content/default/product-item.php), I've copied over the override, but noticed that the templating syntax is echoing values out as URL encoded values. I've tried things like {variable|s} and {variable|decodeURIComponent} but neither of these work, the values still come out URL encoded. This doesn't happen on the Joomla 3 version of the site. Any advice would be greatly appreciated. Thanks!
Edit: We made a custom Dust.js filter thing and didn't realise. This can be closed. Thanks!