2009/7/17 kct <[email protected]>: > > I was trying to use gviz_api with web.py's templator and ran into a > problem. Basically, the single quote "\'" is not rendered properly, > and when I look at the resulting html source, it shows up as "". > Can anyone help me out on this? Thank you.
try using $:foo to avoid html escaping of foo. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
