Good morning,
I have variable with HTML code. For example:
{assign var="url" value="<a href='google.com'>URL</a>" nocache}
The next step is display the content.
{$url}
The result is:
<a href='google.com'>URL</a>
How to display the URL which will be a working link?
Kind regards