--- loncom/homework/structuretags.pm 2010/08/08 02:00:50 1.474 +++ loncom/homework/structuretags.pm 2010/08/30 14:06:16 1.475 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.474 2010/08/08 02:00:50 raeburn Exp $ +# $Id: structuretags.pm,v 1.475 2010/08/30 14:06:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1835,7 +1835,7 @@ sub start_part { } } elsif ($target eq 'web') { - $result.=''; + $result.=''; } } }