--- loncom/homework/structuretags.pm 2010/08/16 18:38:28 1.465.2.4 +++ loncom/homework/structuretags.pm 2010/09/14 02:46:20 1.465.2.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.465.2.4 2010/08/16 18:38:28 raeburn Exp $ +# $Id: structuretags.pm,v 1.465.2.5 2010/09/14 02:46:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1845,7 +1845,7 @@ sub start_part { } } elsif ($target eq 'web') { - $result.=''; + $result.=''; } } }