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 -N -r1.11.2.12 -r1.11.2.13 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 3 Feb 2020 11:31:53 -0000 1.11.2.12 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 3 Feb 2020 22:21:22 -0000 1.11.2.13 @@ -102,7 +102,9 @@ } html::ul -class "dropdown-menu" { foreach dropdownmenuitem [:children] { - if {[$dropdownmenuitem set group] ne "" && [$dropdownmenuitem set group] ne $group } { + if {[$dropdownmenuitem set group] ne "" + && [$dropdownmenuitem set group] ne $group + } { if {$group ne " "} { html::li -class "divider" } @@ -418,7 +420,6 @@ Class create BootstrapTableRenderer \ -superclass TABLE3 \ -instproc init_renderer {} { - ns_log notice "INIT BootstrapTableRenderer " next set :css.table-class "table table-striped" set :css.tr.even-class even @@ -549,8 +550,9 @@ " \ -instproc render-data {line} { set __name ${:name} - if {[$line exists $__name.href] && - [set href [$line set $__name.href]] ne ""} { + if {[$line exists $__name.href] + && [set href [$line set $__name.href]] ne "" + } { # use the CSS class rather from the Field than not the line $line instvar [list $__name.title title] [list $__name.target target] if {[$line exists $__name.onclick]} {