ning zhang
unread,Nov 3, 2012, 2:18:18 PM11/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mako-d...@googlegroups.com
Hi all,
I am try to pass a parameter as ${table} in mako.
For example, I have the a simple html
<html>
<header></header
<body>
${table}
</body>
</html>
The table has been passed, however all the < become <.
I guess everything has been transferred to utf8. Is that anyway I could avoid this?
regards,
Ning