XML('</td><td>'.join(['A','B','C']))
On Wed, Nov 11, 2009 at 3:40 PM, Mark Larsen <[email protected]> wrote:
>
> How can I get my view to not encode my html.
>
> For example if I do:
>
> '</td><td>'.join(['A','B','C'])
>
> I get:
>
> A</td><td>B</td><td>C
>
> I want:
>
> A</td><td>B</td><td>C
>
> Thanks!
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---