--- loncom/xml/londefdef.pm 2001/12/07 18:46:00 1.35 +++ loncom/xml/londefdef.pm 2001/12/07 22:23:37 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.35 2001/12/07 18:46:00 sakharuk Exp $ +# $Id: londefdef.pm,v 1.36 2001/12/07 22:23:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -839,7 +839,7 @@ sub end_m { if ($target eq 'web') { $currentstring .= $token->[4]; } elsif ($target eq 'tex') { - $currentstring .= '\large{; + $currentstring .= '\large{'; } elsif ($target eq 'latexsource') { $currentstring .= '\large{'; }