On Tue, Mar 10, 2009 at 8:55 AM, jago <[email protected]> wrote: > Can this be done automatically in Python or Django?
Yes; Django automatically escapes HTML values in templates: http://docs.djangoproject.com/en/dev/topics/templates/#id2 Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

