[ZWeb] http://zope.org/news.rss

Chris Withers chris at simplistix.co.uk
Wed Feb 23 05:35:35 EST 2005


...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


More information about the Zope-web mailing list