html - Freemarker converts < to &lt; -


so have issue there variable {item.item} item.item contains string 'abc < 5'. < getting converted &_lt; while template runs in browser. tried work escape no luck. worked me using code snippet below:

<#assign x = "${item.item}" /> ${x}

this returning string correctly, struggling accept solution. inputs ?


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -