--- loncom/xml/londefdef.pm	2003/02/05 23:17:32	1.111
+++ loncom/xml/londefdef.pm	2003/02/07 22:03:21	1.112
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.111 2003/02/05 23:17:32 albertel Exp $
+# $Id: londefdef.pm,v 1.112 2003/02/07 22:03:21 albertel Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -327,7 +327,7 @@ sub start_html {
 	      my $args='';
 	      if ( $#$parstack > -1 ) { $args=$$parstack[$#$parstack]; }
 	      if ($args eq '') {
-		&Apache::lonxml::get_all_text("/meta",$$parser[$#$parser]);
+		&Apache::lonxml::get_all_text("/meta",$parser);
 	      } else {
 		$currentstring = $token->[4];
 	      }