Index: openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/Attic/xowiki-portlet-procs.tcl,v diff -u -N -r1.95 -r1.96 --- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 13 Sep 2007 09:41:08 -0000 1.95 +++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 13 Sep 2007 10:42:51 -0000 1.96 @@ -1706,10 +1706,14 @@ set html [$p include_portlet [list $b -book_mode true]] if {$html ne ""} {lappend menu $html} } - #div not allowed in h*: style='float: right; position: relative; top: -32px + set menu [join $menu " "] + if {$menu ne ""} { + #
not allowed in h*: style='float: right; position: relative; top: -32px + set menu "$menu" + } + append output \ - "" \ - "" [join $menu " "] "" \ + "" $menu \ "$page_order $title" \ $content }