--- loncom/homework/structuretags.pm 2001/06/12 22:42:55 1.43 +++ loncom/homework/structuretags.pm 2001/06/26 21:09:08 1.44 @@ -1,6 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # 2/19 Guy +# 6/26/2001 fixed extra web display at end of tags package Apache::structuretags; use strict; @@ -21,6 +22,7 @@ sub start_web { } sub end_web { + return ''; } sub start_tex { @@ -33,6 +35,7 @@ sub start_tex { } sub end_tex { + return ''; } sub start_problem {