Diff for /loncom/xml/lontexconvert.pm between versions 1.25 and 1.26

version 1.25, 2003/09/19 16:12:50 version 1.26, 2003/10/07 17:52:29
Line 83  sub converted { Line 83  sub converted {
   my $texstring=shift;    my $texstring=shift;
   my $xmlstring='[UNDISPLAYABLE]';    my $xmlstring='[UNDISPLAYABLE]';
   if ($Apache::lontexconvert::messedup) {    if ($Apache::lontexconvert::messedup) {
       return '[TeX Uncoverted Due To Previous Errors]';        return '[TeX Unconverted Due To Previous Errors]';
   }    }
   eval(<<'ENDCONV');    eval(<<'ENDCONV');
   {    {

Removed from v.1.25  
changed lines
  Added in v.1.26


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