Hi,
On the following template:
$def with (customers, status)
{"status":"$status",
"items":[
$for customer in customers:
$customer
$if not loop.last: ,
]}
$customer is a JSON encoded string and is being automatically escaped by the
template system. I'd like to change that behavior, so that it gets printed
as it is, ie. without escaping. Is that possible?
Thanks,
--
Arnaldo M Pereira
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---