--- loncom/homework/response.pm 2005/12/06 10:00:08 1.133 +++ loncom/homework/response.pm 2005/12/20 16:31:50 1.134 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.133 2005/12/06 10:00:08 albertel Exp $ +# $Id: response.pm,v 1.134 2005/12/20 16:31:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -646,7 +646,7 @@ sub answer_footer { my $result; if ($env{'form.answer_output_mode'} eq 'tex') { my $columns = scalar(@answer_bits); - $result = ' \vskip 0 mm \begin{tabular}{|'.'c|'x$columns.'}\hline '; + $result = ' \vskip 0 mm \noindent \begin{tabular}{|'.'c|'x$columns.'}\hline '; $result .= join(' & ',@answer_bits); $result .= ' \\\\ \\hline \end{tabular} \vskip 0 mm '; } else {