About URLs

Chyrp Lite's built-in functions and methods return URLs in a form with certain characters converted to HTML entities – in other words, a URL that can be outputted safely as part of a web page. If you want to use these URLs for another purpose you can use the PHP helper function unfix() or the Twig filter unfix to undo the conversion.