[web2py] Re: Embed html - I'm missing a step I think

2013-07-15 Thread wdtnh
Eduardo - thanks...good grief it was staring me in the face but thanks again. On Monday, July 15, 2013 9:32:20 AM UTC-4, Eduardo Cruz wrote: > > > You can use response.write and pass escape=False as parameter. > {{response.write("text", escape=False)}} > > El lunes, 15 de julio de 2013 08:43:49

[web2py] Re: Embed html - I'm missing a step I think

2013-07-15 Thread Eduardo Cruz
You can use response.write and pass escape=False as parameter. {{response.write("text", escape=False)}} El lunes, 15 de julio de 2013 08:43:49 UTC-4, wdtnh escribió: > > I've used XML() to escape some very basic html tags (e.g., bold, italic) I > have embedded in a string that comes from a dat