
chris at simplistix
Feb 23, 2005, 2:35 AM
Post #1 of 1
(1393 views)
Permalink
|
...was broken again :-( I finally got the hell in with this and fixed the news.rss page template: - <title tal:content="item/Title"> + <title tal:content="python:item.Title().decode('ascii','replace').encode('ascii','replace')"> - <description tal:content="item/Description" - tal:on-error="string:n/a"> + <description tal:content="python:item.Description().decode('ascii','replace').encode('ascii','replace')"> hope no-one minds... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Zope-web maillist - Zope-web [at] zope http://mail.zope.org/mailman/listinfo/zope-web
|