--- loncom/interface/lonprintout.pm 2003/06/18 18:11:16 1.188 +++ loncom/interface/lonprintout.pm 2003/06/19 14:54:51 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.188 2003/06/18 18:11:16 bowersj2 Exp $ +# $Id: lonprintout.pm,v 1.189 2003/06/19 14:54:51 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -913,6 +913,8 @@ sub printHelper { if (not $helper->{VARS}->{'construction'}) { $subdir='/home/httpd/html/res/'.$subdir; } + # "Remove all duplicate slashes." + $subdir =~ s|/+|/|g; # What can be printed is a very dynamic decision based on # lots of factors. So we need to dynamically build this list.