--- loncom/xml/londefdef.pm 2003/06/30 19:26:36 1.150 +++ loncom/xml/londefdef.pm 2003/07/08 18:12:28 1.151 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.150 2003/06/30 19:26:36 sakharuk Exp $ +# $Id: londefdef.pm,v 1.151 2003/07/08 18:12:28 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -371,7 +371,11 @@ sub start_meta { } } } elsif ($target eq 'tex') { - &Apache::lonxml::startredirection(); + 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(); + } } return $currentstring; }