--- loncom/homework/bridgetask.pm 2009/03/27 01:07:10 1.247 +++ loncom/homework/bridgetask.pm 2009/05/02 22:18:24 1.248 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.247 2009/03/27 01:07:10 raeburn Exp $ +# $Id: bridgetask.pm,v 1.248 2009/05/02 22:18:24 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -714,7 +714,7 @@ sub start_Task { } $result.=$msg.'
'; } elsif ($target eq 'tex') { - $result.='\begin{document}\noindent \vskip 1 mm \begin{minipage}{\textwidth}\vskip 0 mm'; + $result.='\noindent \vskip 1 mm \begin{minipage}{\textwidth}\vskip 0 mm'; if ($status eq 'UNAVAILABLE') { $result.=&mt('Unable to determine if this resource is open due to network problems. Please try again later.').'\vskip 0 mm '; } else {