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

Java 3D LWJGL collision -

methods - python can't use function in submodule -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -