Diff for /loncom/xml/lonxml.pm between versions 1.509 and 1.510

version 1.509, 2010/06/05 19:37:01 version 1.510, 2010/06/06 02:40:40
Line 1464  sub renderingoptions { Line 1464  sub renderingoptions {
            &Apache::loncommon::select_form(             &Apache::loncommon::select_form(
                $env{'form.languages'},                 $env{'form.languages'},
                'languages',                 'languages',
                &Apache::lonlocal::texthash(%langchoices)).                 {&Apache::lonlocal::texthash(%langchoices)}).
            '</span>';             '</span>';
     }      }
     $output .=      $output .=
Line 1473  sub renderingoptions { Line 1473  sub renderingoptions {
        &Apache::loncommon::select_form(         &Apache::loncommon::select_form(
            $env{'form.texengine'},             $env{'form.texengine'},
            'texengine',             'texengine',
            &Apache::lonlocal::texthash             {&Apache::lonlocal::texthash
                (''        => '',                 (''        => '',
                 'tth'     => 'tth (TeX to HTML)',                  'tth'     => 'tth (TeX to HTML)',
                 'jsMath'  => 'jsMath',                  'jsMath'  => 'jsMath',
                 'mimetex' => 'mimetex (Convert to Images)')).                  'mimetex' => 'mimetex (Convert to Images)')}).
      '</span>';       '</span>';
     return $output;      return $output;
 }  }

Removed from v.1.509  
changed lines
  Added in v.1.510


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