Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Web

http://zope.org/news.rss

 

 

Zope web RSS feed   Index | Next | Previous | View Threaded


chris at simplistix

Feb 23, 2005, 2:35 AM

Post #1 of 1 (1393 views)
Permalink
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 [at] zope
http://mail.zope.org/mailman/listinfo/zope-web

Zope web RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.