--- loncom/xml/languagetags.pm 2003/10/11 21:06:11 1.1 +++ loncom/xml/languagetags.pm 2005/12/01 18:46:17 1.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Locale-related tags # -# $Id: languagetags.pm,v 1.1 2003/10/11 21:06:11 www Exp $ +# $Id: languagetags.pm,v 1.2 2005/12/01 18:46:17 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,8 +38,8 @@ BEGIN { # ================================================================ The tag sub start_mt { - my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_; - return &Apache::lonlocal::mt(&Apache::lonxml::get_all_text("/mt",$parser)); + my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_; + return &Apache::lonlocal::mt(&Apache::lonxml::get_all_text("/mt",$parser,$style)); } sub end_mt {