XML('</td><td>'.join(['A','B','C']))

On Wed, Nov 11, 2009 at 3:40 PM, Mark Larsen <larsen...@gmail.com> 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&lt;/td&gt;&lt;td&gt;B&lt;/td&gt;&lt;td&gt;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 web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to