On Tuesday, November 15, 2016 at 1:25:11 PM UTC-5, Marlysson Silva wrote:
>
> try with {{=XML(event)}}
>Don't use the above -- it won't help with the line breaks, and it is unsafe (as the user input will not be escaped, opening you up to an XSS attack). Instead, see http://stackoverflow.com/a/10584182/440323. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

