<@U7A0KGURX> Not sure if this is the same thing bu...
# suitescript
r
@alien4u Not sure if this is the same thing but I had a similar issue a while back where it was putting a <br /> tag for the line breaks but then encoding the < and > as &lt; and &gt; . Was able to get it to work by putting ?replace("&lt;","<")?replace("&gt;",">") after the variable in the freemarker code.