--- loncom/homework/structuretags.pm 2003/05/03 20:35:43 1.167 +++ loncom/homework/structuretags.pm 2003/05/04 08:00:31 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.167 2003/05/03 20:35:43 www Exp $ +# $Id: structuretags.pm,v 1.168 2003/05/04 08:00:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -644,9 +644,8 @@ sub start_languageblock { $result .=&Apache::edit::end_row().&Apache::edit::start_spanning_row(); } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack, - $safeeval,'include') - .&Apache::edit::get_new_args($token,$parstack, - $safeeval,'exclude'); + $safeeval,'include', + 'exclude'); if ($constructtag) { $result = &Apache::edit::rebuild_tag($token); } } return $result;