Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -r1.11.2.30 -r1.11.2.31 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 12 May 2023 18:13:39 -0000 1.11.2.30 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 11 Jun 2023 13:13:33 -0000 1.11.2.31 @@ -96,9 +96,6 @@ set data_attribute [expr {[::xowiki::CSS toolkit] eq "bootstrap5" ? "data-bs" : "data"}] html::a -href "\#" -class $class -$data_attribute-toggle "dropdown" { html::t ${:text} - if {[xowiki::CSS toolkit] eq "bootstrap"} { - html::b -class "caret" - } } html::ul -class "dropdown-menu" { foreach dropdownmenuitem [:children] {