--- loncom/interface/lonprintout.pm 2010/05/11 12:22:10 1.568.2.5 +++ loncom/interface/lonprintout.pm 2010/05/22 13:36:55 1.568.2.6 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.568.2.5 2010/05/11 12:22:10 raeburn Exp $ +# $Id: lonprintout.pm,v 1.568.2.6 2010/05/22 13:36:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1555,7 +1555,7 @@ sub print_page_in_course { } # these resources go through the XML transformer: - elsif ($resource_src =~ /\.(problem|exam|quiz|assess|survey|form|library|page|xml|html|htm\xhtml|xhtm)$/) { + elsif ($resource_src =~ /\.(problem|exam|quiz|assess|survey|form|library|page|xml|html|htm|xhtml|xhtm)$/) { my $urlp = &Apache::lonnet::clutter($resource_src); my %form; my %moreenv;