Prevent Coldfusion from encoding html

Posted by cr1ms0n3cho on Stack Overflow See other posts from Stack Overflow or by cr1ms0n3cho
Published on 2010-04-23T17:27:37Z Indexed on 2010/04/23 17:33 UTC
Read the original article Hit count: 569

Filed under:
|
|

I am trying to return html from

<cfsavecontent variables="html">
 <p>Some html</p>
</cfsavecontent>
<cfreturn html>

But when it comes back from the function the html is encoded

I found this thread http://www.coldfusionjedi.com/forums/messages.cfm?threadid=BB31B124-19B9-E658-9D3F5726B8607FD8 which has some solutions but im hoping for something a little less messy. Any help is appreciated!

Thanks

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about html