--- loncom/interface/lonprintout.pm 2006/11/02 21:06:06 1.491 +++ loncom/interface/lonprintout.pm 2006/11/20 11:01:50 1.492 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.491 2006/11/02 21:06:06 albertel Exp $ +# $Id: lonprintout.pm,v 1.492 2006/11/20 11:01:50 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1979,9 +1979,9 @@ sub print_resources { my $printed = ''; my ($username,$userdomain,$usersection) = split /:/,$person; my $fullname = &get_name($username,$userdomain); - my $namepostfix; + my $namepostfix = "\\\\"; # Both anon and not anon should get the same vspace. if ($person =~ 'anon') { - $namepostfix="\\\\Name: "; + $namepostfix .="Name: "; $fullname = "CODE - ".$moreenv->{'CODE'}; } # Fullname may have special latex characters that need \ prefixing: