in column.py of zc.table = 0.8.0 there is def cell_formatter(self, value, item, formatter): return unicode(value).replace('&', '&') \ .replace('<', '<') \ .replace('>', '>') where in zc.table = 0.5 it was
def cell_formatter(self, value, item, formatter): return unicode(value) -- GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker) You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to getpaid-dev@googlegroups.com To unsubscribe from this group, send email to getpaid-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en?hl=en