html in tags with content from the controller

Slind

Active member
Hey,

is there any way to avoid the parsing of html in the templates?

I use something like this:
Code:
<span class="text"><i>{$ticket.3}</i></span>

The content of ticket.3 has been changed with regex in the controller and a span with the corresponding classes and styles has been added which is why I need it as pure html.
 
Top Bottom