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 -r1.94 -r1.95 --- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 13 Sep 2007 08:59:15 -0000 1.94 +++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 13 Sep 2007 09:41:08 -0000 1.95 @@ -1706,8 +1706,10 @@ set html [$p include_portlet [list $b -book_mode true]] if {$html ne ""} {lappend menu $html} } - append output "" \ - "
" [join $menu " "] "
" \ + #div not allowed in h*: style='float: right; position: relative; top: -32px + append output \ + "" \ + "" [join $menu " "] "" \ "$page_order $title" \ $content }