--- loncom/xml/londefdef.pm 2003/08/26 21:32:23 1.158.4.2 +++ loncom/xml/londefdef.pm 2003/08/27 15:00:43 1.158.4.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.158.4.2 2003/08/26 21:32:23 albertel Exp $ +# $Id: londefdef.pm,v 1.158.4.3 2003/08/27 15:00:43 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -406,7 +406,7 @@ sub end_meta { my $content=&Apache::lonxml::get_param('content',$parstack,$safeeval); my $name=&Apache::lonxml::get_param('name',$parstack,$safeeval); if ((not defined $content) && (not defined $name)) { - &Apache::lonxml::startredirection(); + &Apache::lonxml::endredirection(); } } return $currentstring;