Index: openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl,v diff -u -N -r1.31 -r1.32 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 25 Oct 2010 18:19:39 -0000 1.31 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 14 Jan 2011 10:36:21 -0000 1.32 @@ -32,6 +32,9 @@ array set "" [$page search_render] + if {![info exists (title)]} { + set (title) [$page title] + } set text [ad_html_text_convert -from text/html -to text/plain -- $(html)] #set text [ad_text_to_html $(html)]; #this could be used for entity encoded html text in rss entries @@ -61,7 +64,7 @@ set pubDate [::xo::db::tcl_date [$page set publish_date] tz] set link [$page detail_link] - return [list object_id $revision_id title [$page title] \ + return [list object_id $revision_id title $(title) \ content $(html) keywords $(keywords) \ storage_type text mime text/html \ syndication [list link [string map [list & "&"] $link] \