Mailing List Archive

http://zope.org/news.rss
...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@zope.org
http://mail.zope.org/mailman/listinfo/zope-web