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.6 -r1.7 --- openacs-4/packages/survey/tcl/survey-procs.tcl 13 Jan 2005 13:58:45 -0000 1.6 +++ openacs-4/packages/survey/tcl/survey-procs.tcl 5 Mar 2008 21:05:23 -0000 1.7 @@ -78,7 +78,7 @@ append html $question_text if { $presentation_alignment == "below" } { - append html "
" + append html "
" } else { append html " " } @@ -287,8 +287,7 @@ } if $html_p { - append return_string " -

" + append return_string "

" } else { append return_string "\n\n" }