Diff for /loncom/interface/lonprintout.pm between versions 1.670 and 1.671

version 1.670, 2020/02/17 13:40:16 version 1.671, 2020/02/29 16:05:30
Line 2076  sub unsupported { Line 2076  sub unsupported {
     my $result.= &print_latex_header($mode);      my $result.= &print_latex_header($mode);
     if ($currentURL=~m|^(/adm/wrapper/)?ext/|) {      if ($currentURL=~m|^(/adm/wrapper/)?ext/|) {
  $currentURL=~s|^(/adm/wrapper/)?ext/|http://|;   $currentURL=~s|^(/adm/wrapper/)?ext/|http://|;
         $currentURL=~s|^http://https://?|https://|;          $currentURL=~s|^http://https://|https://|;
  my $title=&Apache::lonnet::gettitle($symb);   my $title=&Apache::lonnet::gettitle($symb);
  $title = &Apache::lonxml::latex_special_symbols($title);   $title = &Apache::lonxml::latex_special_symbols($title);
         my $url =  &Apache::lonxml::latex_special_symbols($currentURL);          my $url =  &Apache::lonxml::latex_special_symbols($currentURL);

Removed from v.1.670  
changed lines
  Added in v.1.671


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