--- loncom/xml/londefdef.pm 2003/08/26 21:31:19 1.168 +++ loncom/xml/londefdef.pm 2003/08/27 14:59:41 1.169 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.168 2003/08/26 21:31:19 albertel Exp $ +# $Id: londefdef.pm,v 1.169 2003/08/27 14:59:41 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -410,7 +410,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;