--- loncom/homework/bridgetask.pm 2005/09/29 19:27:19 1.56 +++ loncom/homework/bridgetask.pm 2005/09/30 20:34:53 1.57 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.56 2005/09/29 19:27:19 albertel Exp $ +# $Id: bridgetask.pm,v 1.57 2005/09/30 20:34:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -367,10 +367,10 @@ sub start_Task { $result.="$head_tag_start$name $body_tag_start \n".&style(); - $result.=$form_tag_start. - ''; $result.=&preserve_grade_info(); $result.=&internal_location(); + $result.=$form_tag_start. + ''; &Apache::lonxml::startredirection(); } } elsif ( ($target eq 'grade' && $env{'form.webgrade'}) ||