--- loncom/interface/printout.pl 2017/11/12 16:23:03 1.166 +++ loncom/interface/printout.pl 2020/02/18 23:57:54 1.167 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.166 2017/11/12 16:23:03 raeburn Exp $ +# $Id: printout.pl,v 1.167 2020/02/18 23:57:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -211,6 +211,9 @@ if ($student_names=~/_END_/) { @names_pack=split(/_ENDPERSON_/,$student_names); } if ($backref) { + if ($backref =~ m{^(/uploaded/$LONCAPA::match_domain/$LONCAPA::match_courseid/default_\d+.page)}) { + $backref = $1; + } print('

'.&mt("[_1]Return[_2] to resource.", "","").'

'); print('

'.