in 0.9.6, i was able to have to call render twice, for example:
c.section = render('section.mako')
render('page.mako')
i've upgraded to 9.7, and now when i do this, the HTML form c.section
is html encoded, and the HTML ends up showing up when page.mako is
rendered. this makes it impossible for me to call render more than
once.
(for example, if c.section has "<div>hi there</div>", it used to work
in 0.9.6, but now in 0.9.7, the div tags are htmlencoded, and so the
html shows up in the final display)
how do i get my old behavior back, without having to rework all my
templating...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---