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 -r1.110 -r1.111 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 23 Apr 2009 06:18:50 -0000 1.110 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 8 May 2009 09:12:15 -0000 1.111 @@ -894,7 +894,7 @@ set admin_p [::xo::cc permission -object_id $package_id -privilege admin \ -party_id [::xo::cc set untrusted_user_id]] set show_heritage $admin_p - + TableWidget t1 -volatile \ -set allow_edit $allow_edit \ -set allow_delete $allow_delete \ @@ -966,7 +966,7 @@ [t1 last_child] set inherited $label [t1 last_child] set inherited.href $href [t1 last_child] set inherited.title $title - #[t1 last_child] set inherited.CSSclass $class + [t1 last_child] set inherited.CSSclass $class } } return [t1 asHTML]