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.83 -r1.84 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 18 Dec 2008 09:39:28 -0000 1.83 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 18 Dec 2008 10:10:05 -0000 1.84 @@ -850,7 +850,7 @@ AnchorField edit -CSSclass edit-item-button -label "" -html {style "padding-right: 2px;"} } if {[[my info parent] set show_heritage]} { - AnchorField inherited -label "" + AnchorField inherited -label "" -CSSclass inherited } AnchorField title -label [::xowiki::Page::slot::title set pretty_name] if {[[my info parent] set allow_delete]} { @@ -905,7 +905,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]