--- loncom/interface/lonprintout.pm 2012/11/20 12:03:06 1.622 +++ loncom/interface/lonprintout.pm 2012/11/30 20:38:01 1.623 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.622 2012/11/20 12:03:06 foxr Exp $ +# $Id: lonprintout.pm,v 1.623 2012/11/30 20:38:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2060,6 +2060,7 @@ sub unsupported { my $result.= &print_latex_header($mode); if ($currentURL=~m|^(/adm/wrapper/)?ext/|) { $currentURL=~s|^(/adm/wrapper/)?ext/|http://|; + $currentURL=~s|^http://https://|https://|; my $title=&Apache::lonnet::gettitle($symb); $title = &Apache::lonxml::latex_special_symbols($title); $result.=' \strut \\\\ '.$title.' \strut \\\\ '.$currentURL.' ';