You are correct. The problem was number 1. I had escaped the data before storing it....and in retrospect am not sure why I did that!
Thank you for your time to help correct this problem. On Nov 15, 9:07 pm, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > > No, > > I am just using the built-in 0.96 templating system and the 'safe' > > filter does not work in that version. > > Could you post here your template and the code that renders it? > > I see two reasons why it doesn't work as expeced: > > 1. Your html is already escaped in the datastore. > 2. Your Content-Type is text/plain instead of text/html. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
