Hi, i'm using Django template system to render some text files (not HTML pages) that I use to send emails.
I have a problem: in a template file, any occurence of the "=" symbol is escaped to "=3D" no matter what is placed before or after it. '=' is strangely escaped to '=3D' even if autoescape is off or the containing string is marked with 'safe' filter. What's wrong with that? Please help me because I've lost a lot of time trying to solve this issue! Thanks in advance :-) -- Enrico Sartorello--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.