Index: openacs-4/packages/survey/tcl/survey-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/tcl/survey-procs.tcl,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/survey/tcl/survey-procs.tcl 5 Mar 2008 21:05:23 -0000 1.7 +++ openacs-4/packages/survey/tcl/survey-procs.tcl 14 Oct 2008 12:39:03 -0000 1.7.2.1 @@ -215,7 +215,7 @@ if { $presentation_alignment == "beside" } { append html [join $choices " "] } else { - append html "
\n[join $choices "
\n"]\n
" + append html "

\n[join $choices "
\n"]\n

" } } @@ -231,7 +231,7 @@ if { $presentation_alignment == "beside" } { append html [join $choices " "] } else { - append html "
\n[join $choices "
\n"]\n
" + append html "

\n[join $choices "
\n"]\n

" } } }