Index: openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/table-display-procs.tcl,v
diff -u -r1.23.2.3 -r1.23.2.4
--- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 10 Sep 2015 08:22:00 -0000 1.23.2.3
+++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 18 Sep 2015 07:33:49 -0000 1.23.2.4
@@ -864,9 +864,9 @@
}
foreach val [lindex $opt 3] {
if {$picked eq [lindex $val 0] } {
- append html "\n"
+ append html "\n"
} else {
- append html "\n"
+ append html "\n"
}
}
append html "\n"