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.20.8.5 -r1.20.8.6 --- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 14 Sep 2013 09:35:47 -0000 1.20.8.5 +++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 16 Sep 2013 10:03:20 -0000 1.20.8.6 @@ -990,9 +990,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" Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.65.6.5 -r1.65.6.6 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 14 Sep 2013 09:37:15 -0000 1.65.6.5 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 16 Sep 2013 10:03:21 -0000 1.65.6.6 @@ -1770,7 +1770,7 @@ if { $html_p eq "t" } { return $raw_string } else { - return [util_convert_plaintext_to_html $raw_string] + return [ad_text_to_html $raw_string] } } Index: openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl,v diff -u -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 5 Sep 2013 11:51:00 -0000 1.17.2.1 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 16 Sep 2013 10:03:21 -0000 1.17.2.2 @@ -241,15 +241,15 @@ } } if_no_rows { if {$default ne ""} { - return "\n" + return "\n" } else { return {} } } } if { $count == 1 || ($dbcount == 1 && $hidden_if_one_db) } { - return "$item\n" + return "$item\n" } elseif {!$count && !$dbcount && $blank_if_no_db} { return {} } else {