--- loncom/homework/structuretags.pm 2006/12/11 01:07:07 1.372 +++ loncom/homework/structuretags.pm 2007/02/23 01:04:05 1.373 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.372 2006/12/11 01:07:07 albertel Exp $ +# $Id: structuretags.pm,v 1.373 2007/02/23 01:04:05 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -276,9 +276,7 @@ sub option { sub problem_web_to_edit_header { my ($rndseed)=@_; my $result.=''; - if (!$Apache::lonhomework::parsing_a_task) { - $result .= ''; - } + $result .= ''; $result .= ' @@ -787,7 +785,6 @@ sub end_problem { } if ($target eq 'tex') { - # Figure out the front matter and replace the # INSERTTEXFRONTMATTERHERE in result with it. note that we do # this in end_problem because whether or not we display due