Hi Steven,
Have you tried disabling the websafe filter with a colon before the
$:function() name?
Take a look here:
By default, Templetor uses web.websafe filter to do HTML-encoding.
>>> render.hello("1 < 2")
"Hello 1 < 2"
To turnoff filter use : after $. For example:
The following will not be html escaped.
$:form.render()
http://webpy.org/docs/0.3/templetor#filtering
Kind regards,
Ruben
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.