Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.122 -r1.123 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 18 Jun 2009 11:46:17 -0000 1.122 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 10 Jul 2009 16:48:32 -0000 1.123 @@ -951,7 +951,7 @@ -orderby "publish_date desc"] foreach entry [$listing children] { - $entry instvar name parent_id title formatted_date page_id + $entry instvar name parent_id formatted_date page_id {title entry_title} set entry_package_id [$entry set package_id] set page_link [[my package_id] pretty_link -parent_id $parent_id $name] @@ -962,7 +962,7 @@ } t1 add \ - -title $title \ + -title $entry_title \ -title.href $page_link \ -date $age