--- loncom/homework/structuretags.pm 2004/12/10 17:54:54 1.276 +++ loncom/homework/structuretags.pm 2004/12/11 18:10:49 1.277 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.276 2004/12/10 17:54:54 albertel Exp $ +# $Id: structuretags.pm,v 1.277 2004/12/11 18:10:49 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -128,7 +128,7 @@ sub page_start { } my $form_tag_start; if (!defined($found{'form'})) { - $form_tag_start='
';