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.21 -r1.22 --- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 27 Oct 2014 16:40:08 -0000 1.21 +++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 12 Jun 2015 21:01:56 -0000 1.22 @@ -95,9 +95,9 @@ } if {$option_val eq $thisoption } { - append html "[lindex $option_value 1]" + append html "[ns_quotehtml [lindex $option_value 1]]" } else { - append html "[lindex $option_value 1]" + append html "[ns_quotehtml [lindex $option_value 1]]" } } append html "\]\n"