--- loncom/homework/structuretags.pm 2022/04/01 20:17:43 1.572 +++ loncom/homework/structuretags.pm 2023/02/03 16:52:57 1.573 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.572 2022/04/01 20:17:43 raeburn Exp $ +# $Id: structuretags.pm,v 1.573 2023/02/03 16:52:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3111,7 +3111,7 @@ sub end_part { if (not $env{'form.problem_split'}=~/yes/) { $result.='\end{minipage}'; } - } + } } elsif ($target eq 'edit') { $result.=&Apache::edit::end_table(); } elsif ($target eq 'modified') {