Problem with decoding
<
>
I have method in Java that generate html code for example
<strong>ID</strong>
I use velocity to get variables and in my HTML i get output <strong>ID<strong>
. Text is not strong, but I have result with tags. How to resolve this?