--- loncom/interface/lonprintout.pm 2004/03/15 22:32:37 1.282 +++ loncom/interface/lonprintout.pm 2004/03/19 21:54:48 1.283 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.282 2004/03/15 22:32:37 albertel Exp $ +# $Id: lonprintout.pm,v 1.283 2004/03/19 21:54:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -170,7 +170,7 @@ sub character_chart { $result =~ s/&\#153;/\\texttrademark /g; $result =~ s/&\#156;/\\oe/g; $result =~ s/&\#159;/\\\"Y/g; - $result =~ s/&(\#160|nbsp);//g; + $result =~ s/&(\#160|nbsp);/~/g; $result =~ s/&(\#161|iexcl);/!\`/g; $result =~ s/&(\#162|cent);/\\textcent /g; $result =~ s/&(\#163|pound);/\\pounds /g;