Diff for /loncom/xml/languagetags.pm between versions 1.1 and 1.2

version 1.1, 2003/10/11 21:06:11 version 1.2, 2005/12/01 18:46:17
Line 38  BEGIN { Line 38  BEGIN {
 # ================================================================ The <mt> tag  # ================================================================ The <mt> tag
   
 sub start_mt {  sub start_mt {
     my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;      my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
     return &Apache::lonlocal::mt(&Apache::lonxml::get_all_text("/mt",$parser));      return &Apache::lonlocal::mt(&Apache::lonxml::get_all_text("/mt",$parser,$style));
 }  }
   
 sub end_mt {  sub end_mt {

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>