On Tue, May 3, 2011 at 3:18 PM, MikeKJ <[email protected]> wrote: > > I tried that too after the original post and that made no difference > spcontent is escaped HTML > and I thought that by marking it safe it wouldnt be escaped again in the > pretty.html template > > Thx > Mike >
If spcontent is escaped HTML (eg '<br>' rather than '<br>'), nothing will automatically unescape it for you, you will need to do that yourself. Cheers Tom -- 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.

